IntToFloat  Global

The IntToFloat function converts an integer to a float.

Syntax

Float Global.IntToFloat(
     Integer value)

Parameters

valueThe integer value.Required

Return value

The IntToFloat function returns the float value.

Example

value = IntToFloat(25)
// value = 25.0
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia