is integer
Basic data handling: FloatIsInteger
Checks if a floating-point number is an integer. This node takes a floating-point number as input and returns True if the number is an integer, otherwise False.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| float_value | FLOAT | required |
Outputs (1)
| Name | Type |
|---|---|
| BOOLEAN | BOOLEAN |