예제 #1
0
 public IntPtr PyFloat_FromString(IntPtr value, IntPtr junk)
 {
     return(Runtime_Windows.PyFloat_FromString(value, junk));
 }