UIntPtr.INumberBase<UIntPtr>.MultiplyAddEstimate 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
() + 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