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

定义

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

 static System::UInt16 System.Numerics.ISubtractionOperators<System.UInt16,System.UInt16,System.UInt16>.operator -(System::UInt16 left, System::UInt16 right) = System::Numerics::ISubtractionOperators<System::UInt16, System::UInt16, System::UInt16>::op_Subtraction;
static ushort ISubtractionOperators<ushort,ushort,ushort>.operator - (ushort left, ushort right);
static member ( - ) : uint16 * uint16 -> uint16
 Shared Operator - (left As UShort, right As UShort) As UShort Implements ISubtractionOperators(Of UShort, UShort, UShort).op_Subtraction

参数

left
UInt16

从中 right 减去的值。

right
UInt16

left中减去的值。

返回

left中减去的值right

实现

适用于