Number.is_float

Number.is_float

Number.is_float

Function

Determine whether the current number runtime type is Float.

Syntax

Parameters

None.

Return value

TypeDescription
BoolFloat returns true, Int returns false.

Code Example

Notes

  • This method determines the runtime type and does not determine whether the value has a decimal part.