BigRational.UnaryPlus Operator

Computes the unary plus of a value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigRational operator +(
	BigRational value
)

Parameters

value  BigRational
The value for which to compute the unary plus.

Return Value

BigRational
The unary plus of value.

Implements

IUnaryPlusOperators<TSelf, TResult>.UnaryPlus(TSelf)

See Also