SByte.ISubtractionOperators<SByte,SByte,SByte>.CheckedSubtraction Operator

Definition

Subtracts two values to compute their difference.

C#
static sbyte ISubtractionOperators<sbyte,sbyte,sbyte>.op_CheckedSubtraction(sbyte left, sbyte right);

Parameters

left
SByte

The value from which right is subtracted.

right
SByte

The value that's subtracted from left.

Returns

The value of right subtracted from left.

Implements

Applies to

Product Versions
.NET 7, 8, 9