Sdílet prostřednictvím


SByte.INumberBase<SByte>.MultiplyAddEstimate Metoda

Definice

Vypočítá odhad (left * right) + addend.

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

Parametry

left
SByte

Hodnota, která se má vynásobit right.

right
SByte

Hodnota, která se má vynásobit left.

addend
SByte

Hodnota, která se má přičíst k výsledku left vynásobená right.

Návraty

Odhad (left * right) + addend.

Implementuje

Platí pro