CapyKit/Documentation/Help/F_CapyKit_Helpers_CalculationHelper_MILES_PER_KILOMETER.md

32 lines
642 B
Markdown
Raw Normal View History

2024-04-22 21:27:51 -05:00
# MILES_PER_KILOMETER Field
Ratio of miles per kilometer .
## Definition
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
**C#**
``` C#
public const double MILES_PER_KILOMETER = 0.621371
```
**F#**
``` F#
static val mutable MILES_PER_KILOMETER: float
```
#### Field Value
<a href="https://learn.microsoft.com/dotnet/api/system.double" target="_blank" rel="noopener noreferrer">Double</a>
## See Also
#### Reference
<a href="T_CapyKit_Helpers_CalculationHelper.md">CalculationHelper Class</a>
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>