¡@

Home 

c# Programming Glossary: dataimag

C# Marshalling double* from C++ DLL?

http://stackoverflow.com/questions/5072340/c-sharp-marshalling-double-from-c-dll

C __declspec dllexport double fft double dataReal double dataImag ... The function calculates the FFT of the two double arrays.. fft.dll static extern double fft double dataReal double dataImag and when I test it like this double foo fft new double 1 2 3.. C __declspec dllexport void fft double dataReal double dataImag int length double output We always know the length of output..