NumericsConfiguration.RegisterGenericProviderType Method

Register a provider that is generic over the element type.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static void RegisterGenericProviderType(
	Type type
)

Parameters

type  Type
The generic type definition of the provider type.

See Also