[Missing <summary> documentation for "M:Lucene.Net.Spatial.Tier.Projectors.IProjector.Coords(System.Double,System.Double)"]
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)
Syntax
| C# |
|---|
double[] Coords( double latitude, double longitude ) |
| Visual Basic |
|---|
Function Coords ( _ latitude As Double, _ longitude As Double _ ) As Double() |
| Visual C++ |
|---|
array<double>^ Coords( double latitude, double longitude ) |
Parameters
- latitude
- Type: System..::..Double
[Missing <param name="latitude"/> documentation for "M:Lucene.Net.Spatial.Tier.Projectors.IProjector.Coords(System.Double,System.Double)"]
- longitude
- Type: System..::..Double
[Missing <param name="longitude"/> documentation for "M:Lucene.Net.Spatial.Tier.Projectors.IProjector.Coords(System.Double,System.Double)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Spatial.Tier.Projectors.IProjector.Coords(System.Double,System.Double)"]