Char.ISubtractionOperators<Char,Char,Char>.Subtraction Operator

Definition

Subtracts two values to compute their difference.

static char ISubtractionOperators<char,char,char>.operator -(char left, char right);

Parameters

left
Char

The value from which right is subtracted.

right
Char

The value that's subtracted from left.

Returns

The value of right subtracted from left.

Implements

Applies to