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