Matrix Elements VB-800 Uživatelský manuál Strana 34

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 172
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 171 172

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

Žádné komentáře