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

定义

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

 static int System.Numerics.ISubtractionOperators<System.Int32,System.Int32,System.Int32>.op_CheckedSubtraction(int left, int right) = System::Numerics::ISubtractionOperators<int, int, int>::op_CheckedSubtraction;
static int ISubtractionOperators<int,int,int>.op_CheckedSubtraction (int left, int right);
static member System.Numerics.ISubtractionOperators<System.Int32,System.Int32,System.Int32>.op_CheckedSubtraction : int * int -> int
 Shared op_CheckedSubtraction (left As Integer, right As Integer) As Integer Implements ISubtractionOperators(Of Integer, Integer, Integer).op_CheckedSubtraction

参数

left
Int32

从中 right 减去的值。

right
Int32

left中减去的值。

返回

left中减去 的值right

实现

适用于