共用方式為


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 的差異。

實作

適用於