Big
            
            
            
            Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.
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.