Description
Subtracts the second floating-point value from the first value and returns the result.
Syntax
SubtractFloat(Minuend,Subtrahend: Float): Float
Minuend is floating point value
Subtrahend is floating point value.
Example
SubtractFloat(8.09,3.76)
The return value is 4.33.