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 hexadecimal string expression into the Integer value |
||
| CHARACTER Int2Hex (int64) |
Converts a hexadecimal string expression into the Integer 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
INT64 And (int64, int64)
|
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INT64 Hex2Int (character)
|
|||||||||||||||||||||||||||
CHARACTER Int2Hex (int64)
|
|||||||||||||||||||||||||||
LOGICAL IsNumber (character)
|
|||||||||||||||||||||||||||
INT64 Not (int64)
|
|||||||||||||||||||||||||||
INT64 Or (int64, int64)
|
|||||||||||||||||||||||||||
INTEGER Percentage (integer, integer)
|
|||||||||||||||||||||||||||
INT64 Roundup (decimal)
|
|||||||||||||||||||||||||||
INT64 Xor (int64, int64)
|
|||||||||||||||||||||||||||
MathHelper ()
|
||||||||
|---|---|---|---|---|---|---|---|---|