MathAssistant Class |
Namespace: FM.IceLink
The MathAssistant type exposes the following members.
Name | Description | |
---|---|---|
MathAssistant | Initializes a new instance of the MathAssistant class |
Name | Description | |
---|---|---|
Abs(Double) |
Returns the absolute value of the specified value.
| |
Abs(Int32) |
Returns the absolute value of the specified value.
| |
Abs(Int64) |
Returns the absolute value of the specified value.
| |
Abs(Single) |
Returns the absolute value of the specified value.
| |
Acos |
Returns the arc cosine of the specified value.
| |
Asin |
Returns the arc sine of the specified value.
| |
Atan |
Returns the arc tangent of the specified value.
| |
Atan2 |
Returns the arc arc tangent of the specified values.
| |
Ceil |
Returns the ceiling of the specified value.
| |
Cos |
Returns the cosine of the specified value.
| |
Cosh |
Returns the hyperbolic cosine of the specified value.
| |
Equals | (Inherited from Object.) | |
Exp |
Returns e raised to the power of the specified value.
| |
Finalize | (Inherited from Object.) | |
Floor |
Returns the floor of the specified value.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Log |
Returns the natural logarithm of the specified value.
| |
Log10 |
Returns the base-10 logarithm of the specified value.
| |
Max(Double, Double) |
Returns the larger of two values.
| |
Max(Int32, Int32) |
Returns the larger of two values.
| |
Max(Int64, Int64) |
Returns the larger of two values.
| |
Max(Single, Single) |
Returns the larger of two values.
| |
MemberwiseClone | (Inherited from Object.) | |
Min(Double, Double) |
Returns the smaller of two values.
| |
Min(Int32, Int32) |
Returns the smaller of two values.
| |
Min(Int64, Int64) |
Returns the smaller of two values.
| |
Min(Single, Single) |
Returns the smaller of two values.
| |
Pow |
Returns the result of raising x to the power of y.
| |
Sin |
Returns the sine of the specified value.
| |
Sinh |
Returns the hyperbolic sine of the specified value.
| |
Sqrt |
Returns the square root of the specified value.
| |
Tan |
Returns the tangent of the specified value.
| |
Tanh |
Returns the hyperbolic tangent of the specified value.
| |
ToString | (Inherited from Object.) |