IModulusOperators<TSelf,TOther,TResult>.Modulus(TSelf, TOther) 演算子

定義

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

の剰余を で除算したright剰余left

適用対象