InputLine

An InputLine array is returned by identifyInputLines to represent each non-header line line found in a FileData array. The 'data' element contains the line. A 'randomValue' line is included if random values are being generated.

Members

Variables

data
const(char)[] data;
Undocumented in source.
randomValue
double randomValue;
Undocumented in source.

Meta