MathHelper Class

Provides mathematical helper methods.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityMathHelper

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class MathHelper

The MathHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCircleArea Calculates the area of the circle with the specified radius.
Public methodStatic memberCircleCircumference Calculates the circumference around a circle with the specified radius.
Public methodStatic memberCircleRadius Calculates the radius of a circle with the specified area.
Public methodStatic memberDegreesToRadians Converts an angle in degrees to radians.
Public methodStatic memberGreatestCommonDivisor Calculates the greatest positive common divisor of a and b.
Public methodStatic memberHypotenuse Returns the length of the hypotenuse of a right angle triangle given the length of the opposite and adjacent sides.
Public methodStatic memberIsFinite Gets a value indicating whether the specified value is finite or not.
Public methodStatic memberLerp Returns the value that corresponds to the linear interpolation parameter t.
Public methodStatic memberMaxFinite Returns the maximum finite number out of all values passed.
Public methodStatic memberMinFinite Returns the minimum finite number out of all values passed.
Public methodStatic memberRadiansToDegrees Converts an angle in radians to degrees.
Public methodStatic memberReverseLerp Returns the linear interpolation parameter t for the value y.
Public methodStatic memberSignNonzeroValue Returns either -1 or 1 if the specified value is less than 0 or greater than or equal to 0, respectively.
Top
Fields
 NameDescription
Public fieldStatic memberTau The one true circle constant.
Top
See Also