At 2001-09-30 00:37, [EMAIL PROTECTED] wrote:

>Has anyone ever tried to pass/receive a float to/from a Java app? If so, 
>how did you manage it?

Using JNI through Haskell's FFI. Both define their floats and doubles as 
C 'float' and 'double', so I don't bother with any conversion. I haven't 
tested it yet, though.

-- 
Ashley Yakeley, Seattle WA


_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to