Int128.Division(Int128, Int128) Operator

定義

2 つの値を除算して商を計算します。

public:
 static Int128 operator /(Int128 left, Int128 right) = System::Numerics::IDivisionOperators<Int128, Int128, Int128>::op_Division;
public static Int128 operator / (Int128 left, Int128 right);
static member ( / ) : Int128 * Int128 -> Int128
Public Shared Operator / (left As Int128, right As Int128) As Int128

パラメーター

left
Int128

除算 right 値。

right
Int128

leftを除算する値。

戻り値

left の商を rightで除算します。

実装

適用対象