Nodes > Math > Common > Fract
Returns the fractional part of the input value. For example, 1.5 will return 0.5, while 1.0 will return 0.
Inputs
Name | Type | Description |
---|---|---|
A | float | Value to get the fractional part of |
Outputs
Name | Type | Description |
---|---|---|
fract( A ) | float | Fractional part of the input value |
Was this page helpful?