Re: [Jprogramming] Complex Numbers via COM Interface

2017-05-07 Thread bill lam
The issue is not just j.dll can provide such facility because the variant datatype used in idispatch interface does not include complex number. which olecom client that you are using can marshal complex numbers? Alternatively you may convert between complex and real using dyad j. and monad +. for c

[Jprogramming] Complex Numbers via COM Interface

2017-05-07 Thread Herbert Weissenbaeck // Privat
Is there any way to obtain/exchange complex numbers via the COM Interface provided by J.DLL in the same way one can retrieve Booleans, Ints, Chars and Doubles as variants? If so, please advise. Thank you. Herbert -- For informati