Gets the thread id.

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

Syntax

C#
public dim3 threadIdx { get; private set; }
Visual Basic
Public Property threadIdx As dim3
	Get
	Private Set
Visual C++
public:
property dim3^ threadIdx {
	dim3^ get ();
	private: void set (dim3^ value);
}

See Also