共用方式為


UInt16.INumberBase<UInt16>.MultiplyAddEstimate 方法

定義

計算 (left * right) + addend的估計值。

 static System::UInt16 System.Numerics.INumberBase<System.UInt16>.MultiplyAddEstimate(System::UInt16 left, System::UInt16 right, System::UInt16 addend) = System::Numerics::INumberBase<System::UInt16>::MultiplyAddEstimate;
static ushort INumberBase<ushort>.MultiplyAddEstimate (ushort left, ushort right, ushort addend);
static member System.Numerics.INumberBase<System.UInt16>.MultiplyAddEstimate : uint16 * uint16 * uint16 -> uint16
 Shared Function MultiplyAddEstimate (left As UShort, right As UShort, addend As UShort) As UShort Implements INumberBase(Of UShort).MultiplyAddEstimate

參數

left
UInt16

要乘以 right的值。

right
UInt16

要乘以 left的值。

addend
UInt16

要加入至 left 結果的值乘以 right

傳回

估計 (left * right) + addend

實作

適用於