ResultTable.GetDouble method
Retorna o número de ponto flutuante de precisão dupla da coluna especificada.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetDouble ( _
i As Integer _
) As Double
'Uso
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Double
returnValue = instance.GetDouble(i)
public double GetDouble(
int i
)
Parâmetros
i
Type: System.Int32O índice da coluna.
Valor retornado
Type: System.Double
O valor da coluna.