public object Read(byte[] buffer, int index) { return(BytesHelper.Int64ToDouble(ByteOrder.GetLongLE(buffer, index))); }