Esempio n. 1
0
 public float ReadFloat()
 {
     return(LBitConverter.ToSingle(m_ReadBytes.GetBytes(), ref m_Offset));
 }