'DeclarationPublic Function GetDouble( _ ByVal i As System.Integer _ ) As System.Double
'UsageDim instance As SqlDataRecord Dim i As System.Integer Dim value As System.Double value = instance.GetDouble(i)
public System.double GetDouble( System.int i )
Parameters
- i