We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
float
System.Double
System.Object
varnumpy=Py.Import("numpy");varfloat64=numpy.GetAttr("float64");varfloat64Value=float64.Invoke(42.ToPython());Console.WriteLine(float64Value.As<object>().GetType());
Expected:Python.Runtime.PyObjectActual:System.Double
Python.Runtime.PyObject