DivideFloat

Description

Divides the two specified floats and returns the result.

Syntax

Divide(Float1, Float2: Float): Float

Example

DivideFloat(2.535,1.5)

The return value is 1.69.