예제 #1
0
 /// <summary>
 /// Converts the given array of bytes to a double precision floating number.
 /// </summary>
 public double ToDouble(byte[] value, long startIndex)
 {
     return(BitConverterEx.ToDouble(value, startIndex, mFrom, mTo));
 }