Initializes a new instance of the GBlock class.

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

Syntax

C#
public GBlock(
	GGrid grid,
	dim3 size,
	int x,
	int y
)
Visual Basic
Public Sub New ( _
	grid As GGrid, _
	size As dim3, _
	x As Integer, _
	y As Integer _
)
Visual C++
public:
GBlock(
	GGrid^ grid, 
	dim3^ size, 
	int x, 
	int y
)

Parameters

grid
Type: Cudafy..::..GGrid
The parent grid.
size
Type: Cudafy..::..dim3
The size.
x
Type: System..::..Int32
The x value.
y
Type: System..::..Int32
The y value.

See Also