Skip to content

Float

Creates a float object from n.

Forms

float Float[n]

Returns a float with value n.

Usage

/echo ${Float[12.345].Deci}

Creates a float object of 12.345 and truncates the decimal to one decimal place.