Gets the max size of the grid.

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

Syntax

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

Field Value

The max size of the grid.

See Also