ResultTable.GetFloat method
Retorna o número de ponto flutuante de precisão simples 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 GetFloat ( _
i As Integer _
) As Single
'Uso
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Single
returnValue = instance.GetFloat(i)
public float GetFloat(
int i
)
Parâmetros
i
Type: System.Int32O índice da coluna.
Valor retornado
Type: System.Single
O valor da coluna.