Ejemplo n.º 1
0
 public float ReadFloatLE() => ByteBufferUtils.Int32BitsToSingle(this.ReadIntLE());
Ejemplo n.º 2
0
 public float GetFloatLE(int index) => ByteBufferUtils.Int32BitsToSingle(this.GetIntLE(index));