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

定義

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

C#
public static abstract TResult operator %(TSelf left, TOther right);

パラメーター

left
TSelf

除算する right 値。

right
TOther

を除算する left値。

戻り値

TResult

の剰余 (剰余 left ) を で除算します right

適用対象

製品 バージョン
.NET 7, 8, 9, 10