Value::IsNumeric

Value::IsNumeric
SF_INLINE bool IsNumeric() const;
Description

IsNumeric determines whether the type is of numeric type (int, uint, number) or not.

Return Value

Returns true if numeric type and false otherwise.