Ahh, read is a generic method and you’re getting type inference
from C# but not IronPython.  IronPython 2.6 includes type inference on generic
methods so this might just work there, but otherwise I think you can do:

 

print
buffer.Read[Single](sample, 0, True)


 worked perfectly! thank you so much dino.



                                          
_________________________________________________________________
Windows Live: Keep your friends up to date with what you do online.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to