Big Float.Addition Operator
Definition
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Addition( | Adds two BigFloat numbers. |
Addition( | Adds a BigFloat number and a BigInteger. |
Addition( | Adds a BigFloat and a BigRational number. |
Addition( | Adds two BigFloat numbers. |
Addition( | Adds a BigFloat number and a BigInteger. |
Addition( | Adds a BigFloat and a BigRational number. |
Addition( | Adds two BigFloat numbers. |
Addition(BigFloat, BigFloat) Operator
public static BigFloat operator +(
BigFloat left,
BigFloat right
)
Parameters
Return Value
BigFloatImplements
IAdditionOperators<TSelf, TOther, TResult>.Addition(TSelf, TOther)Remarks
The precision of the result is the smaller of the relative precisions of left and right.
Addition(BigFloat, BigInteger) Operator
public static BigFloat operator +(
BigFloat left,
BigInteger right
)
Parameters
- left BigFloat
- A BigFloat value.
- right BigInteger
- A BigInteger value.
Return Value
BigFloatRemarks
The precision of the result is the smaller of the absolute precisions of left and right.
Addition(BigFloat, BigRational) Operator
public static BigFloat operator +(
BigFloat left,
BigRational right
)
Parameters
- left BigFloat
- A BigFloat value.
- right BigRational
- A BigRational value.
Return Value
BigFloatRemarks
The precision of the result is the smaller of the absolute precisions of left and right.
Addition(BigFloat, Int32) Operator
Remarks
The precision of the result is the smaller of the absolute precisions of left and right.
Addition(BigInteger, BigFloat) Operator
public static BigFloat operator +(
BigInteger left,
BigFloat right
)
Parameters
- left BigInteger
- A BigInteger value.
- right BigFloat
- A BigFloat value.
Return Value
BigFloatRemarks
The precision of the result is the smaller of the absolute precisions of left and right.
Addition(BigRational, BigFloat) Operator
public static BigFloat operator +(
BigRational left,
BigFloat right
)
Parameters
- left BigRational
- A BigRational value.
- right BigFloat
- A BigFloat value.
Return Value
BigFloatRemarks
The precision of the result is the smaller of the absolute precisions of left and right.
Addition(Int32, BigFloat) Operator
Remarks
The precision of the result is the smaller of the absolute precisions of left and right.