Gets or sets the dimensions of the grid.

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

Syntax

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

Field Value

The dim.

See Also