Skip to main content
Version: 5.x

Nodes > Math > Common > Fract

Fract

Returns the fractional part of the input value. For example, 1.5 will return 0.5, while 1.0 will return 0.

Inputs

NameTypeDescription
AfloatValue to get the fractional part of

Outputs

NameTypeDescription
fract( A )floatFractional part of the input value
Was this page helpful?
Yes
No