BigFloat.Exponent Operator

Definition

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

Overload List

Exponent(BigFloat, BigFloat) Represents the exponentiation operator.
Exponent(BigFloat, Int32) Represents the exponentiation operator.

Exponent(BigFloat, BigFloat) Operator

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

Parameters

self  BigFloat
The base.
exponent  BigFloat
The exponent.

Return Value

BigFloat
self raised to the power exponent.

Exponent(BigFloat, Int32) Operator

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

Parameters

self  BigFloat
The base.
exponent  Int32
The exponent.

Return Value

BigFloat
self raised to the power exponent.

See Also