TempDataRecord.GetDouble Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetDouble ( _
ordinal As Integer _
) As Double
'Usage
Dim instance As TempDataRecord
Dim ordinal As Integer
Dim returnValue As Double
returnValue = instance.GetDouble(ordinal)
public double GetDouble(
int ordinal
)
Parameters
- ordinal
Type: System.Int32
Return Value
Type: System.Double
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace