BigFloat.UnaryNegation Operator

Returns a BigInteger value with the opposite sign.

Definition

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

Parameters

value  BigFloat
A BigInteger value.

Return Value

BigFloat

Implements

IUnaryNegationOperators<TSelf, TResult>.UnaryNegation(TSelf)

Remarks

The precision of the result is the precision of value.

See Also