BigFloat.Negate Method

Returns a BigFloat value with the opposite sign.

Definition

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

Parameters

value  BigFloat
A BigFloat value.

Return Value

BigFloat

Remarks

The precision of the result is the precision of value.

See Also