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