IModulusOperators<TSelf,TOther,TResult>.Modulus(TSelf, TOther) Operator

定義

2 つの値を除算して、剰余または剰余を計算します。

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

leftの剰余をrightで割った値です。

適用対象