Math Class
Generic Math
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
Public NotInheritable Class Math
public ref class Math abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Math = class end
- Inheritance
- Object Math
AbsT(T) |
Returns the absolute value.
|
AbsT(ComplexT) |
Returns the absolute value.
|
AbsSqrT |
Returns the absolute square.
|
AcosT |
Returns the angle whose cosine is the specified number.
|
AcoshT |
Returns the hyperbolic angle whose cosine is the specified number.
|
AddT |
Returns the sum of a and b.
|
AngleT |
Returns the angle.
|
AsinT |
Returns the angle whose sine is the specified number.
|
AsinhT |
Returns the hyperbolic angle whose sine is the specified number.
|
AtanT |
Returns the angle whose tangent is the specified number.
|
Atan2T |
Returns the angle whose tangent is the quotient of two specified numbers.
|
AtanhT |
Returns the hyperbolic angle whose tangent is the specified number.
|
ComplexAbsT |
Complex absolute value
|
ComplexDivisionT |
Complex division
|
ConjT |
Returns the complex conjugate.
|
CosT |
Returns the cosine of the specified angle.
|
CoshT |
Returns the hyperbolic cosine of the specified angle.
|
DivideT |
Returns the quotient of a and b.
|
EllipeT |
Complete elliptic integral of the second kind
|
EllipkT |
Complete elliptic integral of the first kind
|
ExpT |
Returns e raised to the specified power.
|
ImagT |
Returns the imaginary part.
|
LogT(T) |
Returns the natural (base e) logarithm of a specified number.
|
LogT(T, T) |
Returns the logarithm of a specified number in a specified base.
|
Log10T |
Returns the base 10 logarithm of a specified number.
|
MultiplyT |
Returns the product of a and b.
|
NegativeT |
Returns the negative of a.
|
PowT(T, Int32) |
Returns a specified number raised to the specified power.
|
PowT(T, T) |
Returns a specified number raised to the specified power.
|
RealT |
Returns the real part.
|
SignT |
Returns a value indicating the sign of a number.
|
SinT |
Returns the sine of the specified angle.
|
SinhT |
Returns the hyperbolic sine of the specified angle.
|
SqrtT |
Returns the square root of a specified number.
|
StandardComplexAbsT |
Complex absolute value
|
StandardComplexDivisionT |
Complex division
|
SubtractT |
Returns the difference of a and b.
|
TanT |
Returns the tangent of the specified angle.
|
TanhT |
Returns the hyperbolic tangent of the specified angle.
|