CoreImplementations<T>.NativeProviderBaseName Property

Gets or sets the base name of the native provider assemblies.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static string NativeProviderBaseName { get; set; }

Property Value

String

Remarks

The name of a native provider is made up of 4 parts: the base name, the .NET Framework version, the platform, and an indicator of whether the provider takes advantage of multiple cores.

See Also