Struct Coordinates.UnitOfLength
- Namespace
- SIMDispatcher.Core.Models
- Assembly
- SIMDispatcher.Core.dll
public readonly struct Coordinates.UnitOfLength
- Inherited Members
Fields
Kilometers
public static Coordinates.UnitOfLength Kilometers
Field Value
Meters
public static Coordinates.UnitOfLength Meters
Field Value
Miles
public static Coordinates.UnitOfLength Miles
Field Value
Methods
ConvertFromMiles(double)
Converts a length from miles to the respective unit.
public double ConvertFromMiles(double input)
Parameters
input
doubleLength in miles to be converted.
Returns
- double
The converted length in the respective unit.