|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | INT64 And (int64, int64) |
Performs a bitwise AND operation |
|
+ | INT64 Hex2Int (character) |
Converts a hexdecimal string expression into the Integet value |
|
+ | CHARACTER Int2Hex (int64) |
Converts a hexdecimal string expression into the Integet value |
|
+ | LOGICAL IsNumber (character) |
Returns if the provided string can be converted into an integer number |
|
+ | INT64 Not (int64) |
Performs a bitwise NOT operation |
|
+ | INT64 Or (int64, int64) |
Performs a bitwise OR operation |
|
+ | INTEGER Percentage (integer, integer) |
Returns the percentage of the provided value to the provided whole |
|
+ | INT64 Roundup (decimal) |
Rounds up a number if it's not already an integer |
|
+ | INT64 Xor (int64, int64) |
Performs a bitwise XOR operation |
Options | Name | Purpose | |
---|---|---|---|
+ | MathHelper () |
Disallow instance creation |
Top
PUBLIC INT64 And (int64, int64)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INT64 Hex2Int (character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER Int2Hex (int64)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsNumber (character)
|
|||||||||||||||||||||||||||
PUBLIC INT64 Not (int64)
|
|||||||||||||||||||||||||||
PUBLIC INT64 Or (int64, int64)
|
|||||||||||||||||||||||||||
PUBLIC INTEGER Percentage (integer, integer)
|
|||||||||||||||||||||||||||
PUBLIC INT64 Roundup (decimal)
|
|||||||||||||||||||||||||||
PUBLIC INT64 Xor (int64, int64)
|
PUBLIC MathHelper ()
|
---|