Click or drag to resize

DistanceMiles Method

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

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

Parameters

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

Return Value

Distance
Exceptions
ExceptionCondition
ArgumentExceptionvalue is NaN or infinite.
See Also