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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 292
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 152
1 2 ... 148 149 150 151 152 153 154 155 156 157 158 ... 291 292

Komentarze do niniejszej Instrukcji

Brak uwag