Single.IModulusOperators<Single,Single,Single>.Modulus 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將兩個值分割在一起,以計算其模數或餘數。
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
模數或餘數。