Prosoft-technology MVI69-ADM Manual do Utilizador Página 146

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 342
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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)
Vista de página 145
1 2 ... 141 142 143 144 145 146 147 148 149 150 151 ... 341 342

Comentários a estes Manuais

Sem comentários