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