Initializes a new instance of the
GGrid class.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public GGrid(
dim3 size
) |
Visual Basic |
---|
Public Sub New ( _
size As dim3 _
) |
Visual C++ |
---|
public:
GGrid(
dim3^ size
) |
See Also