Byte.ISubtractionOperators<Byte,Byte,Byte>.Subtraction Operator

Definition

Subtracts two values to compute their difference.

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

Parameters

left
Byte

The value from which right is subtracted.

right
Byte

The value that's subtracted from left.

Returns

The value of right subtracted from left.

Implements

Applies to

Product Versions
.NET 7, 8, 9