예제 #1
0
 private static unsafe double InternalTruncate(double d)
 {
     Math.SplitFractionDouble(&d);
     return(d);
 }