Geotools.Net

ParameterList.GetDouble Method (String)

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

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

Parameters

key
The key of the item in the collection.

Return Value

Double

Remarks

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

Exceptions

Exception TypeCondition
ArgumentExceptionIf the key does not exist or the value cannot be cast to a double.

See Also

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