Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Add(
BigFloat left,
BigFloat right
)
Public Shared Function Add (
left As BigFloat,
right As BigFloat
) As BigFloat
public:
static BigFloat^ Add(
BigFloat^ left,
BigFloat^ right
)
static member Add :
left : BigFloat *
right : BigFloat -> BigFloat
Parameters
- left
- Type: Extreme.MathematicsBigFloat
A BigFloat value. - right
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloat
The precision of the result is the smaller of the absolute precisions of left and right.
Reference