UInt64.ISubtractionOperators<UInt64,UInt64,UInt64>.Subtraction 运算符

定义

减去两个值以计算其差值。

 static System::UInt64 System.Numerics.ISubtractionOperators<System.UInt64,System.UInt64,System.UInt64>.operator -(System::UInt64 left, System::UInt64 right) = System::Numerics::ISubtractionOperators<System::UInt64, System::UInt64, System::UInt64>::op_Subtraction;
static ulong ISubtractionOperators<ulong,ulong,ulong>.operator - (ulong left, ulong right);
static member ( - ) : uint64 * uint64 -> uint64
 Shared Operator - (left As ULong, right As ULong) As ULong Implements ISubtractionOperators(Of ULong, ULong, ULong).op_Subtraction

参数

left
UInt64

从中 right 减去的值。

right
UInt64

left中减去的值。

返回

left中减去 的值right

实现

适用于