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

Syntax

C#
public bool HasPTXForPlatform(
	ePlatform platform
)
Visual Basic
Public Function HasPTXForPlatform ( _
	platform As ePlatform _
) As Boolean
Visual C++
public:
bool HasPTXForPlatform(
	ePlatform platform
)

Parameters

platform
Type: Cudafy..::..ePlatform

See Also