Geotools.Net

ShapefileDataReader.GetDouble Method 

Missing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetDouble(System.Int32)

[Visual Basic]
NotOverridable Public Function GetDouble( _
   ByVal i As Integer _
) As Double Implements _
   IDataRecord.GetDouble
[C#]
public double GetDouble(
   int i
);

Parameters

i
Missing <param> documentation for i

Return Value

Missing <returns> documentation for M:Geotools.Data.ShapefileDataReader.GetDouble(System.Int32)

Implements

IDataRecord.GetDouble

Remarks

Missing <remarks> documentation for M:Geotools.Data.ShapefileDataReader.GetDouble(System.Int32)

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace