UInt32.IDivisionOperators<UInt32,UInt32,UInt32>.Division 運算子

定義

將一個值除以計算其商數。

 static System::UInt32 System.Numerics.IDivisionOperators<System.UInt32,System.UInt32,System.UInt32>.operator /(System::UInt32 left, System::UInt32 right) = System::Numerics::IDivisionOperators<System::UInt32, System::UInt32, System::UInt32>::op_Division;
static uint IDivisionOperators<uint,uint,uint>.operator / (uint left, uint right);
static member ( / ) : uint32 * uint32 -> uint32
 Shared Operator / (left As UInteger, right As UInteger) As UInteger Implements IDivisionOperators(Of UInteger, UInteger, UInteger).op_Division

參數

left
UInt32

除法的值 right

right
UInt32

除以 left 的值。

傳回

的商 left 數除以 right

實作

適用於