Subtracts one number from another.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static BigFloat Subtract(
BigFloat left,
BigFloat right
)
Public Shared Function Subtract (
left As BigFloat,
right As BigFloat
) As BigFloat
public:
static BigFloat^ Subtract(
BigFloat^ left,
BigFloat^ right
)
static member Subtract :
left : BigFloat *
right : BigFloat -> BigFloat
Parameters
- left
- Type: Extreme.MathematicsBigFloat
The number to subtract from. - right
- Type: Extreme.MathematicsBigFloat
The number to subtract.
Return Value
Type:
BigFloatA
BigFloat number that equals
right subtracted from
left.
The precision of the result is the smaller of the absolute precisions of left and right.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference