Gets a value indicating whether this instance has cuda source code.
Namespace: CudafyAssembly: 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 (); } |