MATLAB BUILDER JA 2 Guia do Utilizador Página 161

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 292
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 291 292

Comentários a estes Manuais

Sem comentários