Returns a
BigInteger value with the opposite sign.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat operator -(
BigFloat value
)
Public Shared Operator - (
value As BigFloat
) As BigFloat
public:
static BigFloat^ operator -(
BigFloat^ value
)
static let inline (-)
value : BigFloat : BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigInteger value.
Return Value
Type:
BigFloat
The precision of the result is the precision of value.
Reference