[IronPython] Questions for FAQ or User Guide

John A. Tenney jtenney at alum.mit.edu
Tue Apr 12 21:39:36 CEST 2005


1.	I'd like to pass an array of 6 doubles to a method, but get an error
message. For example, the "myMethod" call below fails when it requires a
double array.

array=[1, 2, 3.5, 4]

myObject.myMethod(array)

2.	I'd like to invoke an overloaded operator, or it's backing op_xxx
method. For example, both of these fail:

myComplex = myComplex1 + myComplex2

myComplex = Complex.op_Addition(myComplex1, myComplex2) 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050412/d9c6adb7/attachment.html>


More information about the Ironpython-users mailing list