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

  • 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 152
Using Class Methods
Use either of the following prototypes for the getDouble method, where index
can be of type int or int[]:
public double getDouble(int index)
public double getDouble(int[] index)
getFloat. This method returns the real part of the MWNumericArray element
located at the specified one-based index or index array. The return value
is given type
float.
Use either of the following prototypes for the
getFloat method, where index
can be of type int or int[]:
public float getFloat(int index)
public float getFloat(int[] index)
getLong. This method returns the real part of the MWNumericArray element
located at the specified one-based index or index array. The return value is
given type
long.
Use either of the following prototypes for the
getLong method, where index
can be of type int or int[]:
public long getLong(int index)
public long getLong(int[] index)
getInt. This method returns the real part of the MWNumericArray element
located at the specified one-based index or index array. The return value is
given type
int.
Use either of the following prototypes for the
getInt method, where index
can be of type int or int[]:
public int getInt(int index)
public int getInt(int[] index)
getShort. This method returns the real part of the MWNumericArray element
located at the specified one-based index or index array. The return value
is given type
short.
4-77
Zobrazit stránku 152
1 2 ... 148 149 150 151 152 153 154 155 156 157 158 ... 291 292

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

Žádné komentáře