IModulusOperators<TSelf,TOther,TResult>.Modulus(TSelf, TOther) 연산자

정의

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

public:
 static TResult operator %(TSelf left, TOther right);
public static abstract TResult operator % (TSelf left, TOther right);
static member ( % ) : 'Self * 'Other -> 'Result
Public Shared Operator Mod (left As TSelf, right As TOther) As TResult

매개 변수

left
TSelf

나누는 값 right 입니다.

right
TOther

를 나누는 값입니다 left.

반환

TResult

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

적용 대상