public ConfigurationFloat(ConfigurationFloat other, Changable father = null) : base(other, father)
 {
 }
 public FloatType(ConfigurationFloat father, float value, float lowest, float highest,
                  bool is_low_bound, bool is_high_bound, bool is_explicit) : base(father, value, lowest,
                                                                                  highest, is_low_bound, is_high_bound, is_explicit)
 {
 }