Aracılığıyla paylaş


UIntPtr.INumberBase<UIntPtr>.MultiplyAddEstimate Yöntem

Tanım

(left * right) + addendtahminini hesaplar.

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

Parametreler

left
UIntPtr

unativeint

rightile çarpılacak değer.

right
UIntPtr

unativeint

leftile çarpılacak değer.

addend
UIntPtr

unativeint

left sonucuna eklenecek değer rightile çarpılır.

Döndürülenler

UIntPtr

unativeint

tahmini (left * right) + addend.

Uygulamalar

Şunlara uygulanır