User`s guide

Using Class Methods
Use either of the following prototypes for the getImagShort method, where
index can be of type int or int[]:
public short getImagShort(int index)
public short getImagShort(int[] index)
getImagByte. This method returns the imaginary part of the
MWNumericArray element located at the specified one-based index or index
array. The return value is given type
byte.
Use either o f the f oll owing prototypes f or the
getImagByte method, where
index can be of type int or int[]:
public byte getImagByte(int index)
public byte getImagByte(int[] index)
setImag. This method replaces the imaginary part at the specified one-based
index array in this array with the specified byte value.
Use either of the following prototypes for the
setImag method, where index
can be of type int or int[]:
public void setImag(int index, javatype element)
public void setImag(int[] index,
javatype element)
The type javatype canbeanyofthefollowing:
double
float
long
int
short
byte
Object
4-85