Click or drag to resize

SystemExtension Methods

The SystemExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCeil
Rounds a Double up to the nearest integer.
Public methodStatic memberFloor
Rounds a Double down to the nearest integer.
Public methodStatic memberIndicator(Boolean)
Get 0 or 1 depending on a Boolean.
Public methodStatic memberIndicatorT(Boolean)
Get 0 or 1 depending on a Boolean.
Public methodStatic memberPow(Byte, Byte)
Get one Byte to the power of another.
Public methodStatic memberPow(Decimal, Decimal)
Get one Decimal to the power of another.
Public methodStatic memberPow(Double, Double)
Get one Double to the power of another.
Public methodStatic memberPow(Int16, Int16)
Get one Int16 to the power of another.
Public methodStatic memberPow(Int32, Int32)
Get one Int32 to the power of another.
Public methodStatic memberPow(Int64, Int64)
Get one Int64 to the power of another.
Public methodStatic memberPow(BigInteger, BigInteger)
Get one BigInteger to the power of another.
Public methodStatic memberPow(SByte, SByte)
Get one SByte to the power of another.
Public methodStatic memberPow(Single, Single)
Get one Single to the power of another.
Public methodStatic memberPow(UInt16, UInt16)
Get one UInt16 to the power of another.
Public methodStatic memberPow(UInt32, UInt32)
Get one UInt32 to the power of another.
Public methodStatic memberPow(UInt64, UInt64)
Get one UInt64 to the power of another.
Public methodStatic memberPowMod(Int32, Int32, Int32)
Raises an Int32 to the power of another with respect to a modulo.
Public methodStatic memberPowMod(Int64, Int64, Int64)
Raises an Int64 to the power of another with respect to a modulo.
Top
See Also