Edit

Share via


IMultiplicativeIdentity<TSelf,TResult> Interface

Definition

Defines a mechanism for getting the multiplicative identity of a given type.

C#
public interface IMultiplicativeIdentity<TSelf,TResult> where TSelf : IMultiplicativeIdentity<TSelf,TResult>

Type Parameters

TSelf

The type that implements this interface.

TResult

The type that contains the multiplicative identity of TSelf.

Derived

Properties

MultiplicativeIdentity

Gets the multiplicative identity of the current type.

Applies to

Product Versions
.NET 7, 8, 9