Gets the y.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public int y { get; private set; }
Visual Basic
Public Property y As Integer
	Get
	Private Set
Visual C++
public:
property int y {
	int get ();
	private: void set (int value);
}

See Also