ISubtractionOperators<TSelf,TOther,TResult> Interface

Definition

Defines a mechanism for computing the difference of two values.

public interface ISubtractionOperators<TSelf,TOther,TResult> where TSelf : ISubtractionOperators<TSelf,TOther,TResult>

Type Parameters

TSelf

The type that implements this interface.

TOther

The type that will be subtracted from TSelf.

TResult

The type that contains the value of TOther subtracted from TSelf.

Derived

Operators

CheckedSubtraction(TSelf, TOther)

Subtracts two values to compute their difference.

Subtraction(TSelf, TOther)

Subtracts two values to compute their difference.

Applies to

Product Versions
.NET 7, 8, 9