Class MathUtility
- Namespace
- Songhay
- Assembly
- SonghayCore.dll
Static helpers for Math.
public static class MathUtility
- Inheritance
-
MathUtility
- Inherited Members
Methods
GetDigitInNumber(int, int)
Gets the digit in number.
public static byte? GetDigitInNumber(int x, int place)
Parameters
Returns
- byte?
GetMantissa(double, int)
Gets the mantissa.
public static double GetMantissa(double x, int round)
Parameters
Returns
TruncateNumber(double)
Truncates the number.
public static double TruncateNumber(double x)
Parameters
x
doubleThe x.
Returns
Remarks
Silverlight does not have Math.Truncate()
.