MathUtil
Math helper with static function for integer operations
Static Method Summary
| Static Public Methods | ||
| public static |
compareNumbers(a: number, b: number): number Compares two Numbers. |
|
| public static |
|
|
| public static |
|
|
| public static |
|
|
| public static |
|
|
| public static |
|
|
| public static |
|
|
| public static |
|
|
| public static |
safeMultiply(x: number, y: number): number |
|
| public static |
safeSubtract(x: number, y: number): number |
|
| public static |
|
|
| public static |
|
|
| public static |
|
|
Static Public Methods
public static parseInt(value: number): number source
Params:
| Name | Type | Attribute | Description |
| value | number |
public static safeToInt(value: number): number source
Params:
| Name | Type | Attribute | Description |
| value | number |