Matrix Elements VB-800 Instrukcja Użytkownika Strona 34

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 33
26 Appendix A2 Exported Function Summary
Description
OxDeleteObject deletes the object; this calls the destructor, and deallocates all
memory owned by the object. Use FOxCreateObject to create an object.
OxLibArgError
void OxLibArgError(int iArg);
iArg in: argument index
No return value.
Description
Reports an error in argument iArg, and generates a run-time error.
OxLibArgTypeError
void OxLibArgTypeError(int iArg, int iExpect, int iFound);
iArg in: argument index
iExpect in: expected type, one of OX
INT, OX DOUBLE, OX MATRIX,etc.
iFound in: found type
No return value.
Description
Reports a type error in argument iArg, and generates a run-time error.
OxLibCheckArrayMatrix
void OxLibCheckArrayMatrix(OxVALUE *pv, int iFirst, int iLast,
MATRIX m);
pv in: array of values of type OX
ARRAY
iFirst in: rstinarraytocheck
iLast in: lastinarraytocheck
m in: matrix
No return value.
Description
Checks if any of the values in pv[iFirst]...pv[iLast] (these must be of type
OX
ARRAY) coincide with the matrix m.
Przeglądanie stron 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag