Click or drag to resize

NMathConfigurationNativeLocation Property

Sets the location used at runtime to locate the NMath native libraries.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static string NativeLocation { set; }

Property Value

String
Remarks
Prepends the given location to the process-specific PATH, as well as an architecture-specific subdirectory <value>/x86 or <value>/x64. The appropriate native libraries for your platform are loaded at runtime.

On Mono, set LD_LIBRARY_PATH (Linux) or DYLD_LIBRARY_PATH (Mac) to include the native libraries.

See Also