Gets a value indicating whether this instance has cuda source code.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public bool HasCudaSourceCode { get; }
Visual Basic
Public ReadOnly Property HasCudaSourceCode As Boolean
	Get
Visual C++
public:
property bool HasCudaSourceCode {
	bool get ();
}

Field Value

true if this instance has cuda source code; otherwise, false.

See Also