Click or drag to resize

DistanceMetres Method

Returns a Distance with the specified value and Metres as the unit of measurement.

Namespace: DegreeDays.Geo
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static Distance Metres(
	double value
)

Parameters

value  Double
The number of metres that the returned Distance should represent.

Return Value

Distance
Exceptions
ExceptionCondition
ArgumentExceptionvalue is NaN or infinite.
See Also