Static helpers for Math.
- Namespace
- Songhay
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["MathUtility"]
class Type type-node
Syntax
public static class MathUtility
Methods
Name | Return Value | Summary |
---|---|---|
GetDigitInNumber |
byte? |
Gets the digit in number.
static
|
GetMantissa |
double |
Gets the mantissa.
static
|
TruncateNumber |
double |
Truncates the number.
static
|