Quad.Exponentiation Operator

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Exponentiation(Quad, Quad) Represents the exponentiation operator.
Exponentiation(Quad, Int32) Represents the exponentiation operator.

Exponentiation(Quad, Quad) Operator

Represents the exponentiation operator.
C#
C# does not support this operator.

Parameters

self  Quad
The base.
exponent  Quad
The exponent.

Return Value

Quad
self raised to the power exponent.

Exponentiation(Quad, Int32) Operator

Represents the exponentiation operator.
C#
C# does not support this operator.

Parameters

self  Quad
The base.
exponent  Int32
The exponent.

Return Value

Quad
self raised to the power exponent.

See Also