Click or drag to resize

MathAssistant Methods

The MathAssistant type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAbs(Double)
Returns the absolute value of the specified value.
Public methodStatic memberAbs(Int32)
Returns the absolute value of the specified value.
Public methodStatic memberAbs(Int64)
Returns the absolute value of the specified value.
Public methodStatic memberAbs(Single)
Returns the absolute value of the specified value.
Public methodStatic memberAcos
Returns the arc cosine of the specified value.
Public methodStatic memberAsin
Returns the arc sine of the specified value.
Public methodStatic memberAtan
Returns the arc tangent of the specified value.
Public methodStatic memberAtan2
Returns the arc arc tangent of the specified values.
Public methodStatic memberCeil
Returns the ceiling of the specified value.
Public methodStatic memberCos
Returns the cosine of the specified value.
Public methodStatic memberCosh
Returns the hyperbolic cosine of the specified value.
Public methodEquals (Inherited from Object.)
Public methodStatic memberExp
Returns e raised to the power of the specified value.
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFloor
Returns the floor of the specified value.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLog
Returns the natural logarithm of the specified value.
Public methodStatic memberLog10
Returns the base-10 logarithm of the specified value.
Public methodStatic memberMax(Double, Double)
Returns the larger of two values.
Public methodStatic memberMax(Int32, Int32)
Returns the larger of two values.
Public methodStatic memberMax(Int64, Int64)
Returns the larger of two values.
Public methodStatic memberMax(Single, Single)
Returns the larger of two values.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberMin(Double, Double)
Returns the smaller of two values.
Public methodStatic memberMin(Int32, Int32)
Returns the smaller of two values.
Public methodStatic memberMin(Int64, Int64)
Returns the smaller of two values.
Public methodStatic memberMin(Single, Single)
Returns the smaller of two values.
Public methodStatic memberPow
Returns the result of raising x to the power of y.
Public methodStatic memberSin
Returns the sine of the specified value.
Public methodStatic memberSinh
Returns the hyperbolic sine of the specified value.
Public methodStatic memberSqrt
Returns the square root of the specified value.
Public methodStatic memberTan
Returns the tangent of the specified value.
Public methodStatic memberTanh
Returns the hyperbolic tangent of the specified value.
Public methodToString (Inherited from Object.)
Top
See Also