MathUtility Class
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(int, int) byte?
Gets the digit in number.
static
GetMantissa(double, int) double
Gets the mantissa.
static
TruncateNumber(double) double
Truncates the number.
static