UIntPtr.INumberBase<UIntPtr>.MultiplyAddEstimate 메서드

정의

() + left.의 추정치를 * rightaddend 계산합니다.

 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. * rightaddend

구현

적용 대상