mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-13 19:53:36 -06:00
20 lines
723 B
Markdown
20 lines
723 B
Markdown
|
# GetDistance Method
|
||
|
|
||
|
|
||
|
## Overload List
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td><a href="M_CapyKit_Helpers_CalculationHelper_GetDistance.md">GetDistance(Decimal, Decimal, Decimal, Decimal, MeasurementSystem)</a></td>
|
||
|
<td>Gets the distance between two points on earth using the <code>haversine</code> formula.</td></tr>
|
||
|
<tr>
|
||
|
<td><a href="M_CapyKit_Helpers_CalculationHelper_GetDistance_1.md">GetDistance(Double, Double, Double, Double, MeasurementSystem)</a></td>
|
||
|
<td>Gets the distance between two points on earth using the <code>haversine</code> formula.</td></tr>
|
||
|
</table>
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_CapyKit_Helpers_CalculationHelper.md">CalculationHelper Class</a>
|
||
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|