Sdílet prostřednictvím


IntPtr.INumberBase<IntPtr>.MultiplyAddEstimate Metoda

Definice

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

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

Parametry

left
IntPtr

nativeint

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

right
IntPtr

nativeint

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

addend
IntPtr

nativeint

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

Návraty

IntPtr

nativeint

Odhad (left * right) + addend.

Implementuje

Platí pro