IntPtr.INumberBase<IntPtr>.MultiplyAddEstimate Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
nativeint
Odhad (left * right) + addend.