Returns a
Distance with the specified
value and
Miles as the
unit of measurement.
Namespace: DegreeDays.GeoAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static Distance Miles(
double value
)
Public Shared Function Miles (
value As Double
) As Distance
Parameters
- value Double
- The number of miles that the returned Distance
should represent.
Return Value
DistanceExceptions See Also