UInt128.Subtraction(UInt128, UInt128) 運算子

定義

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

public:
 static UInt128 operator -(UInt128 left, UInt128 right) = System::Numerics::ISubtractionOperators<UInt128, UInt128, UInt128>::op_Subtraction;
public static UInt128 operator - (UInt128 left, UInt128 right);
static member ( - ) : UInt128 * UInt128 -> UInt128
Public Shared Operator - (left As UInt128, right As UInt128) As UInt128

參數

left
UInt128

從中減去的值 right

right
UInt128

從 減去 left 的值。

傳回

left 減去的差異 right

實作

適用於