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

Definição

Divide dois valores juntos para calcular seu módulo ou 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

O valor que right se divide.

right
Single

O valor que divide left.

Retornos

O módulo ou o restante de left dividido por right.

Implementações

Aplica-se a