mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
39 lines
1.7 KiB
Markdown
39 lines
1.7 KiB
Markdown
# CalculationHelper Methods
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
<table>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_CalculationHelper_CalculateHash.md">CalculateHash</a></td>
|
|
<td>Calculates the hash of a given string using an <a href="https://learn.microsoft.com/dotnet/api/system.security.cryptography.md5" target="_blank" rel="noopener noreferrer">MD5</a> value as the first 32 bits.</td></tr>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_CalculationHelper_CalculateHexHash.md">CalculateHexHash</a></td>
|
|
<td>Calculates the hexadecimal hash.</td></tr>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_CalculationHelper_DegreesToRadians.md">DegreesToRadians</a></td>
|
|
<td>Convers degrees to radians.</td></tr>
|
|
<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>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_CalculationHelper_KilometersToMiles.md">KilometersToMiles</a></td>
|
|
<td>Converts kilometers to miles.</td></tr>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_CalculationHelper_MilesToKilometers.md">MilesToKilometers</a></td>
|
|
<td>Converts miles to kilometers.</td></tr>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_CalculationHelper_RadiansToDegrees.md">RadiansToDegrees</a></td>
|
|
<td>Converts radians to degrees.</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>
|