MathHelper Class |
Namespace: Dundas.BI.Utility
The MathHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CircleArea |
Calculates the area of the circle with the specified radius.
|
![]() ![]() | CircleCircumference |
Calculates the circumference around a circle with the specified radius.
|
![]() ![]() | CircleRadius |
Calculates the radius of a circle with the specified area.
|
![]() ![]() | DegreesToRadians |
Converts an angle in degrees to radians.
|
![]() ![]() | GreatestCommonDivisor |
Calculates the greatest positive common divisor of a and b.
|
![]() ![]() | Hypotenuse |
Returns the length of the hypotenuse of a right angle triangle
given the length of the opposite and adjacent sides.
|
![]() ![]() | IsFinite |
Gets a value indicating whether the specified value is finite or not.
|
![]() ![]() | Lerp |
Returns the value that corresponds to the linear interpolation parameter t.
|
![]() ![]() | MaxFinite |
Returns the maximum finite number out of all values passed.
|
![]() ![]() | MinFinite |
Returns the minimum finite number out of all values passed.
|
![]() ![]() | RadiansToDegrees |
Converts an angle in radians to degrees.
|
![]() ![]() | ReverseLerp |
Returns the linear interpolation parameter t for the value y.
|
![]() ![]() | SignNonzeroValue |
Returns either -1 or 1 if the specified value is less than 0 or greater than or equal to 0, respectively.
|