UIntPtr.IModulusOperators<UIntPtr,UIntPtr,UIntPtr>.Modulus Operator

Definitie

Verdeelt twee waarden samen om hun modulus of restgetal te berekenen.

 static UIntPtr System.Numerics.IModulusOperators<nuint,nuint,nuint>.operator %(UIntPtr left, UIntPtr right) = System::Numerics::IModulusOperators<UIntPtr, UIntPtr, UIntPtr>::op_Modulus;
static UIntPtr IModulusOperators<UIntPtr,UIntPtr,UIntPtr>.operator %(UIntPtr left, UIntPtr right);
static member ( % ) : unativeint * unativeint -> unativeint
 Shared Operator Mod (left As UIntPtr, right As UIntPtr) As UIntPtr Implements IModulusOperators(Of UIntPtr, UIntPtr, UIntPtr).op_Modulus

Parameters

left
UIntPtr

unativeint

De waarde die right wordt gedeeld.

right
UIntPtr

unativeint

De waarde die wordt gedeeld left.

Retouren

UIntPtr

unativeint

De modulus of rest van left gedeeld door right.

Implementeringen

Van toepassing op