Gets the size of the Y.

Namespace: Cudafy.Host
Assembly: 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);
}

Field Value

The size of the Y.

See Also