MATLAB BUILDER JA 2 Guide de l'utilisateur Page 161

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 292
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 291 292

Commentaires sur ces manuels

Pas de commentaire