Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IMultiplicativeIdentity<TSelf,TResult> Interface

Definition

Namespace:
System.Numerics
Assembly:
System.Runtime.dll
Source:
IMultiplicativeIdentity.cs
Source:
IMultiplicativeIdentity.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

generic <typename TSelf, typename TResult>
 where TSelf : IMultiplicativeIdentity<TSelf, TResult>public interface class IMultiplicativeIdentity
public interface IMultiplicativeIdentity<TSelf,TResult> where TSelf : IMultiplicativeIdentity<TSelf,TResult>
type IMultiplicativeIdentity<'Self, 'Result (requires 'Self :> IMultiplicativeIdentity<'Self, 'Result>)> = interface
Public Interface IMultiplicativeIdentity(Of TSelf, TResult)

Type Parameters

TSelf

The type that implements this interface.

TResult

The type that contains the multiplicative identity of TSelf.

Derived

Properties

Name Description
MultiplicativeIdentity

Gets the multiplicative identity of the current type.

Applies to


Feedback

Was this page helpful?