Int128.Division(Int128, Int128) 運算子

定義

將兩個值相除以計算其商數。

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 的值。

傳回

right 以 的 left 商數。

實作

適用於