Determines whether the specified data is on GPU.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

C#
public bool IsOnGPU(
	Object data
)
Visual Basic
Public Function IsOnGPU ( _
	data As Object _
) As Boolean
Visual C++
public:
bool IsOnGPU(
	Object^ data
)

Parameters

data
Type: System..::..Object
The data.

Return Value

true if the specified data is on GPU; otherwise, false.

See Also