10.15.25 FMod
The FMod float intrinsic returns the modulus of the floating point number to which it is applied, as a floating point number.
Input Parameters
Modulus – this parameter defines the modulus
Example
#aFloat := (6.0).AsFloat().FMod( 4.0 )
yields 2.0 in #aFloat
Ý 10.15 Floating Point Intrinsic Functions