UInt64.IModulusOperators<UInt64,UInt64,UInt64>.Modulus Operator

Definitie

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

 static System::UInt64 System.Numerics.IModulusOperators<System.UInt64,System.UInt64,System.UInt64>.operator %(System::UInt64 left, System::UInt64 right) = System::Numerics::IModulusOperators<System::UInt64, System::UInt64, System::UInt64>::op_Modulus;
static ulong IModulusOperators<ulong,ulong,ulong>.operator %(ulong left, ulong right);
static member ( % ) : uint64 * uint64 -> uint64
 Shared Operator Mod (left As ULong, right As ULong) As ULong Implements IModulusOperators(Of ULong, ULong, ULong).op_Modulus

Parameters

left
UInt64

De waarde die right wordt gedeeld.

right
UInt64

De waarde die wordt gedeeld left.

Retouren

De modulus of rest van left gedeeld door right.

Implementeringen

Van toepassing op