CapyKit/Documentation/Help/Methods_T_CapyKit_Helpers_CalculationHelper.md
2024-04-22 21:27:51 -05:00

1.7 KiB

CalculationHelper Methods

Methods

CalculateHash Calculates the hash of a given string using an MD5 value as the first 32 bits.
CalculateHexHash Calculates the hexadecimal hash.
DegreesToRadians Convers degrees to radians.
GetDistance(Decimal, Decimal, Decimal, Decimal, MeasurementSystem) Gets the distance between two points on earth using the haversine formula.
GetDistance(Double, Double, Double, Double, MeasurementSystem) Gets the distance between two points on earth using the haversine formula.
KilometersToMiles Converts kilometers to miles.
MilesToKilometers Converts miles to kilometers.
RadiansToDegrees Converts radians to degrees.

See Also

Reference

CalculationHelper Class
CapyKit.Helpers Namespace