Click or drag to resize

SystemExtensionPow Method

Overload List
  NameDescription
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.
Top
See Also