다음을 통해 공유


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.

구현

적용 대상