List of Float methods
Jump to navigation
Jump to search
The following are the available Float class methods.
| Method | Description |
|---|---|
| Absolute | Absolute value of a number |
| Antilog | Antilog base e of a number |
| AntilogE | Antilog base e of a number |
| Antilog10 | Antilog base 10 of a number |
| Antilog2 | Antilog base 2 of a number |
| BitAndInteger | Do bitwise And of integers |
| BitOffInteger | Clear bits in one integer from another |
| BitOnInteger | Set bits in one integer from another |
| BitOrInteger | Do bitwise Or of integers |
| BitShiftLeftInteger | Do left shift of bits in an integer |
| BitShiftRightInteger | Do right shift of bits in an integer |
| BitXorInteger | Do bitwise exclusive Or of integers |
| DaysToString | Convert days since 1900 to string date/time |
| Div | Integer division |
| FloatToBinary | Binary string containing floating point representation |
| FloatToString | Convert a number to a string |
| IntegerToBinary | Convert an integer to a binary string |
| IntegerToHex | Convert an integer to a hexadecimal string |
| IsPrime | Is this number prime? |
| Log | Natural log (base e) of a number |
| LogE | Natural log (base e) of a number |
| Log10 | Log base 10 of a number |
| Log2 | Log base 2 of a number |
| MarksNumberToStoreCode | |
| MillisecondsToString | Convert milliseconds since 1900 to string date/time |
| Mod | Remainder of integer division |
| Modulus | Remainder of integer division |
| NextPrime | Find smallest prime greater than this number |
| PreviousPrime | Find greatest prime smaller than this number |
| Round | Round a floating point number to specified decimal places |
| SecondsToString | Convert seconds since 1900 to string date/time |
| SquareRoot | Square root of a number |
| ToDegrees | Convert a number in radians to degrees |
| ToFloatPower | Raise number to a floating point power |
| ToIntegerPower | Raise number to an integer power |
| ToPower | Raise number to an integer power |
| ToRadians | Convert a number in desgrees to radians |