Beispiel #1
0
 public double AsDouble(object obj)
 {
     return(CBORUtilities.Int64BitsToDouble((long)obj));
 }