Int64.ISubtractionOperators<Int64,Int64,Int64>.CheckedSubtraction 運算子

定義

減去兩個值來計算其差異。

 static long System.Numerics.ISubtractionOperators<System.Int64,System.Int64,System.Int64>.op_CheckedSubtraction(long left, long right) = System::Numerics::ISubtractionOperators<long, long, long>::op_CheckedSubtraction;
static long ISubtractionOperators<long,long,long>.op_CheckedSubtraction (long left, long right);
static member System.Numerics.ISubtractionOperators<System.Int64,System.Int64,System.Int64>.op_CheckedSubtraction : int64 * int64 -> int64
 Shared op_CheckedSubtraction (left As Long, right As Long) As Long Implements ISubtractionOperators(Of Long, Long, Long).op_CheckedSubtraction

參數

left
Int64

從中減去的值 right

right
Int64

left 減去的值。

傳回

left 減去的值 right

實作

適用於