Beispiel #1
0
 public static string Test(double d)
 {
     return(NumberConverter.DoubleToBinary(d));
 }