次の方法で共有


UIntPtr.INumberBase<UIntPtr>.MultiplyAddEstimate メソッド

定義

(left * right) + addendの推定値を計算します。

 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

パラメーター

left
UIntPtr

unativeint

rightで乗算する値。

right
UIntPtr

unativeint

leftで乗算する値。

addend
UIntPtr

unativeint

left の結果に加算する値に rightを乗算します。

戻り値

UIntPtr

unativeint

(left * right) + addendの推定値。

実装

適用対象