Method GetFloat
GetFloat(int)
Gets the single-precision floating point number of the specified field.
public float GetFloat(int i)
Parameters
iintThe index of the field to find.
Returns
- float
 The single-precision floating point number of the specified field.
Exceptions
- IndexOutOfRangeException
 The index passed was outside the range of 0 through FieldCount.