Share via


ResultTable.GetFloat method

Returns the single-precision floating point number for the specified column.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetFloat ( _
    i As Integer _
) As Single
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Single

returnValue = instance.GetFloat(i)
public float GetFloat(
    int i
)

Parameters

Return value

Type: System.Single
The value of the column.

Implements

IDataRecord.GetFloat(Int32)

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace