ImplementationManager<T>.AddImplementation 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.0
C#
public static void AddImplementation(
	T implementation
)

Parameters

implementation  T
The implementation.

See Also