UInt128.Modulus(UInt128, UInt128) Operatore

Definizione

Divide due valori insieme per calcolare il modulo o il resto.

public:
 static UInt128 operator %(UInt128 left, UInt128 right) = System::Numerics::IModulusOperators<UInt128, UInt128, UInt128>::op_Modulus;
public static UInt128 operator % (UInt128 left, UInt128 right);
static member ( % ) : UInt128 * UInt128 -> UInt128
Public Shared Operator Mod (left As UInt128, right As UInt128) As UInt128

Parametri

left
UInt128

Valore che right divide.

right
UInt128

Valore che divide left.

Restituisce

Modulo o resto di left diviso per right.

Implementazioni

Si applica a