internal double ReadNumeric(string name)
 {
     return(Table.ReadNumeric(name, Values));
 }