public float GetFloat(int fbPos)
 {
     int o = __p.__offset(4 + fbPos * 2); return(o != 0 ? __p.bb.GetFloat(o + __p.bb_pos) : (float)0.0f);
 }