다음을 통해 공유


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.

구현

적용 대상