Int16.IModulusOperators<Int16,Int16,Int16>.Modulus(Int16, Int16) 연산자

정의

두 값을 함께 나누어 모듈러스 또는 나머지를 계산합니다.

 static short System.Numerics.IModulusOperators<System.Int16,System.Int16,System.Int16>.operator %(short left, short right) = System::Numerics::IModulusOperators<short, short, short>::op_Modulus;
static short IModulusOperators<short,short,short>.operator % (short left, short right);
static member ( % ) : int16 * int16 -> int16
 Shared Operator Mod (left As Short, right As Short) As Short Implements IModulusOperators(Of Short, Short, Short).op_Modulus

매개 변수

left
Int16

나누는 값 right 입니다.

right
Int16

를 나누는 값입니다 left.

반환

의 모듈러스 또는 나머지를 leftright나눕니다.

구현

적용 대상