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