IDivisionOperators<TSelf,TOther,TResult>.Division(TSelf, TOther) 演算子

定義

1 つの値を別の値で除算して商を計算します。

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 / (left As TSelf, right As TOther) As TResult

パラメーター

left
TSelf

除算する right 値。

right
TOther

を除算する left値。

戻り値

TResult

の商を left で除算します right

適用対象