[Missing <summary> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Vector2D.Dot(Lucene.Net.Spatial.Geometry.Shape.Vector2D)"]

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 Dot(
	Vector2D v
)
Visual Basic
Public Function Dot ( _
	v As Vector2D _
) As Double
Visual C++
public:
double Dot(
	Vector2D^ v
)

Parameters

v
Type: Lucene.Net.Spatial.Geometry.Shape..::..Vector2D

[Missing <param name="v"/> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Vector2D.Dot(Lucene.Net.Spatial.Geometry.Shape.Vector2D)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Vector2D.Dot(Lucene.Net.Spatial.Geometry.Shape.Vector2D)"]

See Also