Core Implementations<T>.Native Provider Base Name 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static string NativeProviderBaseName { get; set; }
Property Value
StringRemarks
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.