[Missing <summary> documentation for "P:Lucene.Net.Spatial.Geometry.Shape.Vector2D.Y"]

Namespace: Lucene.Net.Spatial.Geometry.Shape
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public double Y { get; set; }
Visual Basic
Public Property Y As Double
	Get
	Set
Visual C++
public:
property double Y {
	double get ();
	void set (double value);
}

See Also