Gets the max number of threads.

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

Syntax

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

Field Value

The max number of threads.

See Also