[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Property Value
Type: StringBy default (i.e.: empty string) ILNumerics will automatically determine the include path for native dependencies on startup. In order to do so, the bitrate (Environment.Is64BitProcess) is examined and depending on its value one of 'bin32' or 'bin64' is added to the beginning of the current PATH environment variable.
In order to overwrite this behavior, one may set the absolut path to be included here. Note, this will prevent the automatic (bitrate dependend) behaviour! When configuring the NativeDependenciesAbsolutePath the user must keep the current bitrate into account and is responsible for placing the right binary distribution files into that folder.
[ILNumerics Core Module]