Big Rational.Unary Plus Operator
Computes the unary plus of a value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The unary plus of value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigRational operator +(
BigRational value
)
Parameters
- value BigRational
- The value for which to compute the unary plus.
Return Value
BigRationalThe unary plus of value.