SubtractFloat

Description

Returns the result of subtracting the second specified Float from the first.

Syntax

SubtractFloat(Minuend,Subtrahend: Float): Float

Example

SubtractFloat(8.09,3.76)

The return value is 4.33.