CoreImplementations<T>.NativeProviderBaseNameOfSingle Property

Gets or sets the base name of the single-precision native provider assemblies.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static string NativeProviderBaseNameOfSingle { 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