MATLAB BUILDER JA 2 Uživatelská příručka Strana 161

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 292
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 160
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
Zobrazit stránku 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 291 292

Komentáře k této Příručce

Žádné komentáře