[]
Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
public static class Math
This class is used to reinforce the function of Math
Name | Description |
---|---|
CalculateGreatestCommonDivisor(int, int) | Calculate the Greatest Common Divisor of |
CalculateLeaseCommonMultiple(int, int) | Calculate the Lease Common Multiple of |
PercentageAbsoluteToRelative(double) | Convertes the relative percentage to absolute percentage. |
PercentageRelativeToAbsolute(double) | Convertes the relative percentage to absolute percentage. |
Round(decimal, int) | Returns the number nearest the specified value. |
Round(double) | To make a round mathematic operation for double type number. |
Round(float) | To make a round mathematic operation for float type number |