ResultTable.GetDouble Method
Returns the double-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 GetDouble ( _
i As Integer _
) As Double
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Double
returnValue = instance.GetDouble(i)
public double GetDouble(
int i
)
Parameters
i
Type: System.Int32The index of the column.
Return Value
Type: System.Double
The value of the column.