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