ImplementationProvider.Add Method

Adds the specified implementation to the provider's collection of implementations.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public void Add(
	IImplementation implementation
)

Parameters

implementation  IImplementation
The implementation object to add.

See Also