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

定義

1 つの値を別の値で除算して商を計算します。

 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

実装

適用対象