Gets the max number of threads.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public dim3 MaxThreadsSize { get; internal set; } |
Visual Basic |
---|
Public Property MaxThreadsSize As dim3 Get Friend Set |
Visual C++ |
---|
public: property dim3^ MaxThreadsSize { dim3^ get (); internal: void set (dim3^ value); } |