System.NMath: Method Members

The methods of System.NMath are listed below. For a list of all members, see the NMath Members list.

See Also: Inherited members from System.Object

Public Methods

static
Abs(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Abs(nint) : nint
Documentation for this section has not yet been entered.
static
Acos(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Asin(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Atan(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Atan2(nfloat, nfloat) : nfloat
Documentation for this section has not yet been entered.
static
BigMul(nint, nint) : long
Documentation for this section has not yet been entered.
static
Ceiling(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Cos(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Cosh(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
DivRem(nint, nint, out nint) : nint
Documentation for this section has not yet been entered.
static
Exp(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Floor(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
IEEERemainder(nfloat, nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Log(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Log(nfloat, nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Log10(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Max(nfloat, nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Max(nint, nint) : nint
Documentation for this section has not yet been entered.
static
Max(nuint, nuint) : nuint
Documentation for this section has not yet been entered.
static
Min(nfloat, nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Min(nint, nint) : nint
Documentation for this section has not yet been entered.
static
Min(nuint, nuint) : nuint
Documentation for this section has not yet been entered.
static
Pow(nfloat, nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Round(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Round(nfloat, int) : nfloat
Documentation for this section has not yet been entered.
static
Round(nfloat, MidpointRounding) : nfloat
Documentation for this section has not yet been entered.
static
Round(nfloat, int, MidpointRounding) : nfloat
Documentation for this section has not yet been entered.
static
Sign(nfloat) : int
Documentation for this section has not yet been entered.
static
Sign(nint) : int
Documentation for this section has not yet been entered.
static
Sin(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Sinh(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Sqrt(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Tan(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Tanh(nfloat) : nfloat
Documentation for this section has not yet been entered.
static
Truncate(nfloat) : nfloat
Documentation for this section has not yet been entered.