Click or drag to resize

DistanceFeet Method

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

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

Parameters

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

Return Value

Distance
Exceptions
ExceptionCondition
ArgumentExceptionvalue is NaN or infinite.
See Also