예제 #1
0
 public EInteger AsEInteger(object obj)
 {
     return(CBORUtilities.EIntegerFromDoubleBits((long)obj));
 }