Quad.Exponentiation Operator

DefinitionPermalink

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2

Overload ListPermalink

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

Exponentiation(Quad, Quad) OperatorPermalink

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) OperatorPermalink

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 AlsoPermalink