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