Big Float.Negate Method
Returns a BigFloat value with the opposite sign.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat Negate(
BigFloat value
)
Parameters
Return Value
BigFloatRemarks
The precision of the result is the precision of value.