public static double ReadDouble(byte[] aBuf, int aOff)
 {
     return(Convert.ToDouble(LittleEndianHelper.ReadLong(aBuf, aOff)));
 }