List of Float methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 44: | Line 44: | ||
<tr><td valign="top">[[ToRadians (Float function)|ToRadians]]</td><td valign="top">Convert a number in desgrees to radians</td></tr> | <tr><td valign="top">[[ToRadians (Float function)|ToRadians]]</td><td valign="top">Convert a number in desgrees to radians</td></tr> | ||
</table> | </table> | ||
</div> | |||
==See also== | ==See also== | ||
<table class="list"><tr> | <table class="list"><tr> |
Revision as of 12:31, 7 February 2011
The following are the available Float class methods.
Method | Description |
---|---|
Absolute | Absolute value of a number |
Antilog | Antilog base e of a number |
Antilog10 | Antilog base 10 of a number |
Antilog2 | Antilog base 2 of a number |
AntilogE | Antilog base e 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 |
Log10 | Log base 10 of a number |
Log2 | Log base 2 of a number |
LogE | Natural log (base e) 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 the closest integer |
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 |