Npgsql API Documentation

NpgsqlDataReader.GetFloat Method 

[This is preliminary documentation and subject to change.]

Gets the value of a column converted to Single.

[Visual Basic]
NotOverridable Public Function GetFloat( _
   ByVal i As Integer _
) As Single Implements _
   IDataRecord.GetFloat
[C#]
public float GetFloat(
   int i
);

Implements

IDataRecord.GetFloat

See Also

NpgsqlDataReader Class | Npgsql Namespace