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
- ordinal
Type: System.Int32
Return Value
Type: System.Single
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace