ImplementationProvider.GetImplementation<T> Method

Returns an implementation of the specified type.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T GetImplementation<T>()

Type Parameters

T
The implemented type.

Return Value

T
An implementation of T, or null if no implementation was loaded.

See Also