Gets the size of the Z.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public int ZSize { get; private set; } |
Visual Basic |
---|
Public Property ZSize As Integer Get Private Set |
Visual C++ |
---|
public: property int ZSize { int get (); private: void set (int value); } |