NFloat.Modulus(NFloat, NFloat) 연산자

정의

나머지를 계산하기 위해 두 값을 함께 나눕니다.

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.

반환

분할된 rightleft 나머지 입니다.

구현

적용 대상