Implementation Manager<T>.Add Implementation Method
Adds the specified implementation to the list of available implementations.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static void AddImplementation(
T implementation
)
Parameters
- implementation T
- The implementation.