org.das2.qds.math.fft.ComplexArray.Float

A complex array that is accessed by floats

getImag( int i ) → float [view source]
getReal( int i ) → float [view source]

length

length( ) → int

returns the number of elements

Returns:

the number of elements in the array

[search for examples] [view on GitHub] [view on old javadoc] [view source]

setImag( int i, float value ) → void [view source]
setReal( int i, float value ) → void [view source]