UIntPtr.ISubtractionOperators<UIntPtr,UIntPtr,UIntPtr>.Subtraction Operator

Definition

Subtracts two values to compute their difference.

C#
static UIntPtr ISubtractionOperators<UIntPtr,UIntPtr,UIntPtr>.operator -(UIntPtr left, UIntPtr right);

Parameters

left
UIntPtr

The value from which right is subtracted.

right
UIntPtr

The value that's subtracted from left.

Returns

UIntPtr

The value of right subtracted from left.

Implements

Applies to

Product Versions
.NET 7, 8, 9