Single.IModulusOperators<Single,Single,Single>.Modulus 演算子

定義

2 つの値を一緒に除算して、その剰余または剰余を計算します。

 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

パラメーター

left
Single

除算する right 値。

right
Single

を除算する left値。

戻り値

の剰余 (剰余 left ) を で除算します right

実装

適用対象