![]() | SystemExtension Methods |
The SystemExtension type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Ceil |
Rounds a Double up to the nearest integer.
|
![]() ![]() | Floor |
Rounds a Double down to the nearest integer.
|
![]() ![]() | Indicator(Boolean) |
Get 0 or 1 depending on a Boolean.
|
![]() ![]() | IndicatorT(Boolean) |
Get 0 or 1 depending on a Boolean.
|
![]() ![]() | Pow(Byte, Byte) |
Get one Byte to the power of another.
|
![]() ![]() | Pow(Decimal, Decimal) |
Get one Decimal to the power of another.
|
![]() ![]() | Pow(Double, Double) |
Get one Double to the power of another.
|
![]() ![]() | Pow(Int16, Int16) |
Get one Int16 to the power of another.
|
![]() ![]() | Pow(Int32, Int32) |
Get one Int32 to the power of another.
|
![]() ![]() | Pow(Int64, Int64) |
Get one Int64 to the power of another.
|
![]() ![]() | Pow(BigInteger, BigInteger) |
Get one BigInteger to the power of another.
|
![]() ![]() | Pow(SByte, SByte) |
Get one SByte to the power of another.
|
![]() ![]() | Pow(Single, Single) |
Get one Single to the power of another.
|
![]() ![]() | Pow(UInt16, UInt16) |
Get one UInt16 to the power of another.
|
![]() ![]() | Pow(UInt32, UInt32) |
Get one UInt32 to the power of another.
|
![]() ![]() | Pow(UInt64, UInt64) |
Get one UInt64 to the power of another.
|
![]() ![]() | PowMod(Int32, Int32, Int32) |
Raises an Int32 to the power of another with respect to a modulo.
|
![]() ![]() | PowMod(Int64, Int64, Int64) |
Raises an Int64 to the power of another with respect to a modulo.
|