The Complete SPRLIB & ANNLIB

system_data

- a union used to store external data

SYNOPSIS

typedef union system_data

{

double d; Either a double precision floating point number,

long l; a long integer or

VOID *p; a pointer.

} SYSDATA;

NOTE

This type is used in almost all of SPRANNLIB's types to store system or user data for which there is no place in the standard data types. Access is governed by a SystemDataRWFlag available in these structures.

SEE ALSO

NET, LAYER, MAP, UNIT, WEIGHT, LINK, DATASET, SAMPLE

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998