Gets a value indicating whether this instance has PTX.

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

Syntax

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

Field Value

true if this instance has PTX; otherwise, false.

See Also