IUnaryPlusOperators<TSelf,TResult> Interface

Definition

Defines a mechanism for computing the unary plus of a value.

public interface IUnaryPlusOperators<TSelf,TResult> where TSelf : IUnaryPlusOperators<TSelf,TResult>

Type Parameters

TSelf

The type that implements this interface.

TResult

The type that contains the result of negating TSelf.

Derived

Operators

UnaryPlus(TSelf)

Computes the unary plus of a value.

Applies to

Product Versions
.NET 7, 8, 9