IArrayRealMathT, O Interface

Array Real Math Interface.

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public interface IArrayRealMath<T, O> : IArrayMath<T, O>, 
	IMath<T>, IRealMath<T>
Implements
IArrayMathT, O, IMathT, IRealMathT

Type Parameters

T
Array Type
O
Element Type

Methods

Abs Returns the absolute value.
(Inherited from IRealMathT)
Acos Returns the angle whose cosine is the specified number.
(Inherited from IMathT)
Acosh Returns the angle whose hyperbolic cosine is the specified number.
(Inherited from IMathT)
Asin Returns the angle whose sine is the specified number.
(Inherited from IMathT)
Asinh Returns the angle whose hyperbolic sine is the specified number.
(Inherited from IMathT)
Atan Returns the angle whose tangent is the specified number.
(Inherited from IMathT)
Atan2 Returns the angle whose tangent is the quotient of two specified numbers.
(Inherited from IRealMathT)
Atanh Returns the angle whose hyperbolic tangent is the specified number.
(Inherited from IMathT)
ComplexAbs Complex absolute value
(Inherited from IRealMathT)
ComplexDivision Complex division
(Inherited from IRealMathT)
Conj Returns the complex conjugate.
(Inherited from IMathT)
Cos Returns the cosine of the specified angle.
(Inherited from IMathT)
Cosh Returns the hyperbolic cosine of the specified angle.
(Inherited from IMathT)
Ellipe Returns the complete elliptic integral of the second kind.
(Inherited from IRealMathT)
Ellipk Returns the complete elliptic integral of the first kind.
(Inherited from IRealMathT)
Exp Returns e raised to the specified power.
(Inherited from IMathT)
LAtan2 Returns the angle whose tangent is the quotient of the object and b.
LLog Returns the logarithm of a specified number (object) in a specified base (b).
(Inherited from IArrayMathT, O)
Log Returns the natural (base e) logarithm of a specified number.
(Inherited from IMathT)
Log(T) Returns the logarithm of a specified number in a specified base.
(Inherited from IMathT)
Log10 Returns the base 10 logarithm of a specified number.
(Inherited from IMathT)
LPow Returns a specified number (object) raised to the specified power (b).
(Inherited from IArrayMathT, O)
Pow(T) Returns a specified number raised to the specified power.
(Inherited from IMathT)
Pow(Int32) Returns a specified number raised to the specified power.
(Inherited from IMathT)
RAtan2 Returns the angle whose tangent is the quotient of a and the object.
RLog Returns the logarithm of a specified number (a) in a specified base (object).
(Inherited from IArrayMathT, O)
RPow Returns a specified number (a) raised to the specified power (object).
(Inherited from IArrayMathT, O)
Sign Returns a value indicating the sign of a number.
(Inherited from IRealMathT)
Sin Returns the sine of the specified angle.
(Inherited from IMathT)
Sinh Returns the hyperbolic sine of the specified angle.
(Inherited from IMathT)
Sqrt Returns the square root of a specified number.
(Inherited from IMathT)
Tan Returns the tangent of the specified angle.
(Inherited from IMathT)
Tanh Returns the hyperbolic tangent of the specified angle.
(Inherited from IMathT)

See Also