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

定义

减去两个值以计算它们的差值。

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

参数

left
UInt64

从中 right 减去的值。

right
UInt64

left中减去的值。

返回

left中减去的值right

实现

适用于