Implementation Provider.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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public void Add(
IImplementation implementation
)
Parameters
- implementation IImplementation
- The implementation object to add.