Float

From Pointui

The Float object is a basic data type class that contains a 4 byte floating point value and allows the value to be manipulated. Some basic operators such as +, -, *, /, +=, -=, *=, /=, &, |, ++, --, ==, >, <, >=, <=, and != are implemented.

Methods

void Trunc()

Removes the fractional part of the value.

String ToString(String format)

Returns a string formatted according to the supplied format.