Gets the parent grid dim.

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

Syntax

C#
public dim3 gridDim { get; }
Visual Basic
Public ReadOnly Property gridDim As dim3
	Get
Visual C++
public:
property dim3^ gridDim {
	dim3^ get ();
}

See Also