public void Write(byte[] buffer, int index, object value) { ByteOrder.PutIntLE(buffer, index, BytesHelper.FloatToInt32((float)value)); }