DeviceCompilerAvailable Property |
http://www.emgu.com
Indicates if the compiler is available
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic bool CompilerAvailable { get; }
Public ReadOnly Property CompilerAvailable As Boolean
Get
public:
property bool CompilerAvailable {
bool get ();
}
member CompilerAvailable : bool with get
Property Value
Type:
Boolean
See Also