IDivisionOperators<TSelf,TOther,TResult>.Division(TSelf, TOther) Operator

定義

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で除算します。

適用対象