public void Write(byte[] buffer, int index, object value) { ByteOrder.PutLongLE(buffer, index, BytesHelper.DoubleToInt64((double)value)); }