Represents the exponentiation operator.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Public Shared Operator ^ (
self As Quad,
exponent As Integer
) As Quad
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- self
- Type: Extreme.MathematicsQuad
The base. - exponent
- Type: SystemInt32
The exponent.
Return Value
Type:
Quadself raised to the power
exponent.
Reference