NFloat.Modulus(NFloat, NFloat) 演算子

定義

2 つの値を分割して剰余を計算します。

public:
 static System::Runtime::InteropServices::NFloat operator %(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IModulusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Modulus;
public static System.Runtime.InteropServices.NFloat operator % (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( % ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Operator Mod (left As NFloat, right As NFloat) As NFloat

パラメーター

left
NFloat

除算する right 値。

right
NFloat

を除算する left値。

戻り値

left 残りの部分を で除算します right

実装

適用対象