Prosoft-technology MVI69-ADM Manuale Utente Pagina 146

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 342
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 145
Application Development Function Library - ADM API MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 146 of 342 ProSoft Technology, Inc.
February 20, 2013
ADM_DBGetDFloat
Syntax
double ADM_DBGetDFloat(ADMHANDLE adm_handle, unsigned short offset)
Parameters
adm_handle
Handle returned by previous call to ADM_Open
offset
double float offset into database
Description
This function reads a double floating-point number from the database at a
specified double float offset.
adm_handle must be a valid handle returned from ADM_Open.
Return Value
Requested double floating-point number
Example
ADMHANDLE adm_handle;
unsigned short offset;
double d;
d = ADM_DBGetDFloat(adm_handle, offset);
See Also
ADM_DBSetDFloat (page 147)
Vedere la pagina 145
1 2 ... 141 142 143 144 145 146 147 148 149 150 151 ... 341 342

Commenti su questo manuale

Nessun commento