IDataRecord.GetFloat(Int32) Méthode

Définition

Obtient le nombre à virgule flottante simple précision du champ spécifié.

public:
 float GetFloat(int i);
public float GetFloat (int i);
abstract member GetFloat : int -> single
Public Function GetFloat (i As Integer) As Single

Paramètres

i
Int32

Index du champ à rechercher.

Retours

Le nombre à virgule flottante simple précision du champ spécifié.

Exceptions

L’index passé était en dehors de la plage comprise entre 0 et FieldCount.

S’applique à