Editar

Compartir a través de


Complex.INumberBase<Complex>.MultiplyAddEstimate Method

Definition

 static System::Numerics::Complex System.Numerics.INumberBase<System.Numerics.Complex>.MultiplyAddEstimate(System::Numerics::Complex left, System::Numerics::Complex right, System::Numerics::Complex addend) = System::Numerics::INumberBase<System::Numerics::Complex>::MultiplyAddEstimate;
static System.Numerics.Complex INumberBase<Complex>.MultiplyAddEstimate (System.Numerics.Complex left, System.Numerics.Complex right, System.Numerics.Complex addend);
static member System.Numerics.INumberBase<System.Numerics.Complex>.MultiplyAddEstimate : System.Numerics.Complex * System.Numerics.Complex * System.Numerics.Complex -> System.Numerics.Complex
 Shared Function MultiplyAddEstimate (left As Complex, right As Complex, addend As Complex) As Complex Implements INumberBase(Of Complex).MultiplyAddEstimate

Parameters

left
Complex
right
Complex
addend
Complex

Returns

Implements

Applies to