FloatToInt  Global

The FloatToInt function converts a float to an integer.

Syntax

Integer Global.FloatToInt(
     Float value)

Parameters

valueThe float value.Required

Return value

The FloatToInt function returns the integer value.

Example

value = FloatToInt(25.8)
// value = 25
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia