Table of Contents

Method GetFloat

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetFloat(int)

Gets the single-precision floating point number of the specified field.

public float GetFloat(int i)

Parameters

i int

The 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.