Matrix Elements VB-800 Manual de usuario Pagina 34

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 172
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 171 172

Comentarios a estos manuales

Sin comentarios