BigFloat.Subtraction(BigFloat, Int32) Operator

Adds two BigFloat numbers.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat operator -(
	BigFloat left,
	int right
)

Parameters

left  BigFloat
An integer.
right  Int32
A BigFloat value.

Return Value

BigFloat

Remarks

The precision of the result is the smaller of the absolute precisions of left and right.

See Also