Implementation Provider.Get Implementation<T> Method
Returns an implementation of the specified type.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An implementation of T, or null if no implementation was loaded.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T GetImplementation<T>()
Type Parameters
- T
- The implemented type.
Return Value
TAn implementation of T, or null if no implementation was loaded.