Esempio n. 1
0
 public DoubleConstant(ComponentReader reader)
 {
     value = reader.ReadDouble();
 }