FFT Complex Type

Hi!

I was looking at your FFT methods. I see that they use the FFT::Complex type. Say I wished to use this on a array of floats. Is there any simple method of creating the array of complex types besides looping through the array of floats and initing a new Complex from the float?

EDIT: Nevermind, I see the method for real data. I must be blind.