Big Float.Subtraction Operator
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Subtraction( | Subtracts one number from another. |
Subtraction( | Adds two BigFloat numbers. |
Subtraction( | Adds two BigFloat numbers. |
Subtraction(BigFloat, BigFloat) Operator
Subtracts one number from another.
public static BigFloat operator -(
BigFloat left,
BigFloat right
)
Parameters
Return Value
BigFloatA BigFloat number that equals right subtracted from left.
Implements
ISubtractionOperators<TSelf, TOther, TResult>.Subtraction(TSelf, TOther)Remarks
The precision of the result is the smaller of the absolute precisions of left and right.
Subtraction(BigFloat, Int32) Operator
Adds two BigFloat numbers.
Remarks
The precision of the result is the smaller of the absolute precisions of left and right.
Subtraction(Int32, BigFloat) Operator
Adds two BigFloat numbers.
Remarks
The precision of the result is the smaller of the relative precisions of left and right.