Int64.ISubtractionOperators<Int64,Int64,Int64>.Subtraction Operator

Definition

Subtracts two values to compute their difference.

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

Parameters

left
Int64

The value from which right is subtracted.

right
Int64

The value that's subtracted from left.

Returns

The value of right subtracted from left.

Implements

Applies to

Product Versions
.NET 7, 8, 9