BigFloat.UnaryNegation Operator

Returns a BigInteger value with the opposite sign.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat operator -(
	BigFloat value
)

Parameters

value  BigFloat
A BigInteger value.

Return Value

BigFloat

Remarks

The precision of the result is the precision of value.

See Also