UInt64.IDivisionOperators<UInt64,UInt64,UInt64>.Division 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将一个值除以另一个值以计算其商。
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
。