NumericsConfiguration.RegisterProvider Method

Register a provider of implementations of one or more types.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static void RegisterProvider(
	ImplementationProvider provider
)

Parameters

provider  ImplementationProvider
The provider to register.

Remarks

A provider must be registered before its implementations are available.

See Also