UInt128.Subtraction(UInt128, UInt128) Operador

Definição

Subtrai dois valores para calcular a diferença.

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

Parâmetros

left
UInt128

O valor do qual right é subtraído.

right
UInt128

O valor que é subtraído de left.

Retornos

A diferença de right subtraído de left.

Implementações

Aplica-se a