Gets or sets the filename pattern of the native provider assembly.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static string NativeProviderBaseName { get; set; }
Public Shared Property NativeProviderBaseName As String
Get
Set
public:
static property String^ NativeProviderBaseName {
String^ get ();
void set (String^ value);
}
static member NativeProviderBaseName : string with get, set
Property Value
Type:
String
The filename pattern may contain a slot for the architecture,
which will be either 'x86' or 'x64', depending on the platform.
Numerical Libraries
Supported in: 6.0
Reference