Share via


TempDataRecord.GetFloat Method

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function GetFloat ( _
    ordinal As Integer _
) As Single
'Usage
Dim instance As TempDataRecord
Dim ordinal As Integer
Dim returnValue As Single

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

Parameters

Return Value

Type: System.Single

Implements

IDataRecord.GetFloat(Int32)

See Also

Reference

TempDataRecord Class

TempDataRecord Members

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace