示例#1
0
 internal static unsafe byte[] GetBytes(double value)
 {
     return(BitConverterLE.GetULongBytes((byte *)&value));
 }