UInt16.ISubtractionOperators<UInt16,UInt16,UInt16>.Subtraction Operator

Definition

Subtracts two values to compute their difference.

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

Parameters

left
UInt16

The value from which right is subtracted.

right
UInt16

The value that's subtracted from left.

Returns

The value of right subtracted from left.

Implements

Applies to

Product Versions
.NET 7, 8, 9