Math
Overview
Math related functions.
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
-
Mapped to:
- Math .NET, .NET Core 6.0, .NET Standard 2.0, Cooper
- Math Island
Class Methods
Return the absolute value of i.
Parameters:
- d:
Return the absolute value of i.
Parameters:
- i:
Return the absolute value of i.
Parameters:
- i:
Parameters:
- value:
Acos
Returns the arc cosine value for a double.
Parameters:
- d:
Asin
Return the arc sine of d, in radians.
Parameters:
- d:
Atan
Return the arc tangent of d, in radians.
Parameters:
- d:
Atan2
The Math.Atan2 function returns the arctangent of the quotient of x.
Parameters:
- x:
- y:
Parameters:
- a:
Returns the ceiling of d, the smallest integer greater than or equal to d.
Parameters:
- d:
Cos
Returns the cosine value of d.
Parameters:
- d:
Cosh
Return the hyperbolic cosine of d.
Parameters:
- d:
Exp
Returns e ^^ x.
Parameters:
- d:
Floor
Returns the Floor of d, the smallest integer less than or equal to d.
Parameters:
- d:
IEEERemainder
Returns the remainder according to the IEEE spec.
Parameters:
- x:
- y:
Parameters:
- a:
Returns the logarithm of a.
Parameters:
- d:
Parameters:
- a:
Returns the base 10 logarithm of a.
Parameters:
- d:
Returns the largest of the two parameters.
Parameters:
- a:
- b:
Returns the largest of the two parameters.
Parameters:
- a:
- b:
Returns the largest of the two parameters.
Parameters:
- a:
- b:
Returns the smallest of the two parameters.
Parameters:
- a:
- b:
Returns the smallest of the two parameters.
Parameters:
- a:
- b:
Returns the smallest of the two parameters.
Parameters:
- a:
- b:
Pow
Returns x ^^ y.
Parameters:
- x:
- y:
Round the value of a, according to bankers rounding.
Parameters:
- a:
Round the value of a, according to bankers rounding, with digits after the decimal separator.
Parameters:
- a:
- digits:
Sign
Returns the sign of d.
Parameters:
- d:
Returns the sine of x.
Parameters:
- d:
Parameters:
- x:
Returns the hyperbolic sine of d.
Parameters:
- d:
Parameters:
- x:
Sqrt
Returns the square root of d.
Parameters:
- d:
Tan
Returns the tangent of d.
Parameters:
- d:
Tanh
Returns the hyperbolic tangent of d.
Parameters:
- d:
Truncate
Gets the integeral value of d.
Parameters:
- d: