Returns a
BigInteger value with the opposite sign.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference