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