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