Initializes a new instance of the GThread class.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public GThread( int xId, int yId, GBlock parent ) |
Visual Basic |
---|
Public Sub New ( _ xId As Integer, _ yId As Integer, _ parent As GBlock _ ) |
Visual C++ |
---|
public: GThread( int xId, int yId, GBlock^ parent ) |
Parameters
- xId
- Type: System..::..Int32
The x id.
- yId
- Type: System..::..Int32
The y id.
- parent
- Type: Cudafy..::..GBlock
The parent block.