Exemple #1
0
 public IntPtr PyFloat_FromDouble(double value)
 {
     return(Runtime_Posix.PyFloat_FromDouble(value));
 }