Single.IModulusOperators<Single,Single,Single>.Modulus Operador

Definición

Divide dos valores juntos para calcular su módulo o resto.

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

Parámetros

left
Single

Valor que right divide.

right
Single

Valor que divide left.

Devoluciones

Módulo o resto de left dividido por right.

Implementaciones

Se aplica a