BigRational.Exponent Operator

Represents the exponentiation operator.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
C# does not support this operator.

Parameters

self  BigRational
The base.
exponent  Int32
The exponent.

Return Value

BigRational
self raised to the power exponent.

See Also