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

實作

適用於