SystemExtensionPow Method |
| Name | Description | |
|---|---|---|
| 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.
|