Single.IModulusOperators<Single,Single,Single>.Modulus Operátor

Definice

Vydělí dvě hodnoty dohromady za účelem výpočtu jejich modulu nebo zbytku.

 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

Parametry

left
Single

Hodnota, která right rozděluje.

right
Single

Hodnota, která rozděluje left.

Návraty

Modul nebo zbytek dělení left pomocí right.

Implementuje

Platí pro