UInt128.Division(UInt128, UInt128) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將兩個值分割在一起,以計算其商數。
public:
static UInt128 operator /(UInt128 left, UInt128 right) = System::Numerics::IDivisionOperators<UInt128, UInt128, UInt128>::op_Division;
public static UInt128 operator / (UInt128 left, UInt128 right);
static member ( / ) : UInt128 * UInt128 -> UInt128
Public Shared Operator / (left As UInt128, right As UInt128) As UInt128
參數
- left
- UInt128
right
除的值。
- right
- UInt128
除 left
的值。
傳回
left
的商數除以 right
。