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