Geotools.Net

ParameterList.GetDouble Method (String, Double)

Gets an item from the collection and converts it to a double.

[Visual Basic]
Overloads Public Function GetDouble( _
   ByVal key As String, _
   ByVal defaultValue As Double _
) As Double
[C#]
public double GetDouble(
   string key,
   double defaultValue
);

Parameters

key
The key of the item in the collection.
defaultValue
A default value if the item is not in the collection.

Return Value

Double.

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateTransformations.ParameterList.GetDouble(System.String,System.Double)

See Also

ParameterList Class | ParameterList Members | Geotools.CoordinateTransformations Namespace | ParameterList.GetDouble Overload List