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