UIntPtr.ISubtractionOperators<UIntPtr,UIntPtr,UIntPtr>.CheckedSubtraction Operátor

Definice

Odečítá dvě hodnoty pro výpočet jejich rozdílu.

 static UIntPtr System.Numerics.ISubtractionOperators<nuint,nuint,nuint>.op_CheckedSubtraction(UIntPtr left, UIntPtr right) = System::Numerics::ISubtractionOperators<UIntPtr, UIntPtr, UIntPtr>::op_CheckedSubtraction;
static UIntPtr ISubtractionOperators<UIntPtr,UIntPtr,UIntPtr>.op_CheckedSubtraction (UIntPtr left, UIntPtr right);
static member System.Numerics.ISubtractionOperators<nuint,nuint,nuint>.op_CheckedSubtraction : unativeint * unativeint -> unativeint
 Shared op_CheckedSubtraction (left As UIntPtr, right As UIntPtr) As UIntPtr Implements ISubtractionOperators(Of UIntPtr, UIntPtr, UIntPtr).op_CheckedSubtraction

Parametry

left
UIntPtr

unativeint

Hodnota, od které right se odečte.

right
UIntPtr

unativeint

Hodnota, která se odečte od left.

Návraty

UIntPtr

unativeint

Hodnota right odečtená od left.

Implementuje

Platí pro