Int128.Division(Int128, Int128) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將兩個值分割在一起,以計算其商數。
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
。