UInt64.IDivisionOperators<UInt64,UInt64,UInt64>.Division Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つの値を別の値で除算して商を計算します。
static System::UInt64 System.Numerics.IDivisionOperators<System.UInt64,System.UInt64,System.UInt64>.operator /(System::UInt64 left, System::UInt64 right) = System::Numerics::IDivisionOperators<System::UInt64, System::UInt64, System::UInt64>::op_Division;
static ulong IDivisionOperators<ulong,ulong,ulong>.operator /(ulong left, ulong right);
static member ( / ) : uint64 * uint64 -> uint64
Shared Operator / (left As ULong, right As ULong) As ULong Implements IDivisionOperators(Of ULong, ULong, ULong).op_Division
パラメーター
- left
- UInt64
除算する right
値。
- right
- UInt64
を除算する left
値。
戻り値
の商を left
で除算します right
。