Decimal64.MultiplyAddEstimate(Decimal64, Decimal64, Decimal64) Method

Definition

public:
 static System::Numerics::Decimal64 MultiplyAddEstimate(System::Numerics::Decimal64 left, System::Numerics::Decimal64 right, System::Numerics::Decimal64 addend) = System::Numerics::INumberBase<System::Numerics::Decimal64>::MultiplyAddEstimate;
public static System.Numerics.Decimal64 MultiplyAddEstimate(System.Numerics.Decimal64 left, System.Numerics.Decimal64 right, System.Numerics.Decimal64 addend);
static member MultiplyAddEstimate : System.Numerics.Decimal64 * System.Numerics.Decimal64 * System.Numerics.Decimal64 -> System.Numerics.Decimal64
Public Shared Function MultiplyAddEstimate (left As Decimal64, right As Decimal64, addend As Decimal64) As Decimal64

Parameters

left
Decimal64
right
Decimal64
addend
Decimal64

Returns

Implements

Applies to