Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat operator +(
BigFloat left,
int right
)
Public Shared Operator + (
left As BigFloat,
right As Integer
) As BigFloat
public:
static BigFloat^ operator +(
BigFloat^ left,
int right
)
static let inline (+)
left : BigFloat *
right : int : BigFloat
Parameters
- left
- Type: Extreme.MathematicsBigFloat
A BigFloat value. - right
- Type: SystemInt32
An integer.
Return Value
Type:
BigFloat
The precision of the result is the smaller of the absolute precisions of left and right.
Reference