public double doubleValue(
List<string> line,
int id1,
double val
)
Public Function doubleValue (
line As List(Of String),
id1 As Integer,
val As Double
) As Double
public:
double doubleValue(
List<String^>^ line,
int id1,
double val
)
member doubleValue :
line : List<string> *
id1 : int *
val : float -> float
[Missing <returns> documentation for "M:Karamba.Utilities.CSVReader.doubleValue(System.Collections.Generic.List{System.String},System.Int32,System.Double)"]