MATLAB BUILDER JA 2 Podręcznik Użytkownika Strona 161

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 292
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 291 292

Komentarze do niniejszej Instrukcji

Brak uwag