Next: SDDS_GetColumnIndex
Up: Manual Pages
Previous: SDDS_GetColumnInDoubles
Contents
SDDS_GetColumnInLong
- name:
SDDS_GetColumnInLong
- description:
Returns an array of long-precision values containing the data in a specified column, provided the column contains numerical data. Float data types are properly cast to long precision.
- synopsis: #include "SDDS.h"
long *SDDS_GetColumnInLong(SDDS_TABLE *SDDS_table, char *column_name)
- arguments:
- SDDS_table: Address of the SDDS_TABLE structure for the data set.
- column_name: A NULL-terminated character string giving the name of the column for which data is desired.
- return value:
On success, returns the address of a newly-allocated array of long's containing the data. On failure, returns NULL and records an error message.
- see also:
Robert Soliday
2006-06-29