public float GetFloat(int key, float default_val = 0.0f) { return(FloatData.GetValueOrDefault(key, default_val)); }