Gets the parent block id.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public dim3 blockIdx { get; } |
Visual Basic |
---|
Public ReadOnly Property blockIdx As dim3
Get |
Visual C++ |
---|
public:
property dim3^ blockIdx {
dim3^ get ();
} |
See Also