Big Float.Unary Negation 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static BigFloat operator -(
BigFloat value
)
Parameters
- value BigFloat
- A BigInteger value.
Return Value
BigFloatRemarks
The precision of the result is the precision of value.