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