Beispiel #1
0
 public IntPtr PyFloat_FromDouble(double value)
 {
     return(Runtime_Windows.PyFloat_FromDouble(value));
 }