UIntPtr.INumberBase<UIntPtr>.MultiplyAddEstimate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
(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
の推定値。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET