Initializes a new instance of the dim3 class. Z will be 1.

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

Syntax

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

Parameters

x
Type: System..::..Int32
The x value.
y
Type: System..::..Int32
The y value.

See Also