Returns a
Distance with the specified
value and
Metres as the
unit of measurement.
Namespace:
DegreeDays.Geo
Assembly:
DegreeDays (in DegreeDays.dll) Version: 1.3
Syntaxpublic static Distance Metres(
double value
)
Public Shared Function Metres (
value As Double
) As Distance
Parameters
- value
- Type: SystemDouble
The number of metres that the returned Distance
should represent.
Return Value
Type:
Distance
Exceptions
See Also