pgagetdatatype(8) debian man page | unix.com

Man Page: pgagetdatatype

Operating Environment: debian

Section: 8

PGAGetDataType(8)						      PGAPack							 PGAGetDataType(8)

NAME
PGAGetDataType - Returns the data type used by the given context.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetDataType(ctx) PGAContext *ctx
LOCATION
pga.c
EXAMPLE
Example: PGAContext *ctx; int datatype; : datatype = PGAGetDataType(ctx); switch (datatype) { case PGA_DATATYPE_BINARY: printf("Data Type = PGA_DATATYPE_BINARY0); break; case PGA_DATATYPE_CHARACTER: printf("Data Type = PGA_DATATYPE_CHARACTER0); break; case PGA_DATATYPE_INTEGER: printf("Data Type = PGA_DATATYPE_INTEGER0); break; case PGA_DATATYPE_REAL: printf("Data Type = PGA_DATATYPE_REAL0); break; case PGA_DATATYPE_USER: printf("Data Type = PGA_DATATYPE_USER0); break; } 05/01/95 PGAGetDataType(8)
Related Man Pages
data::dump::filtered(3) - mojave
pgasetintegerinitrange(2) - debian
pgasetrealinitrange(2) - debian
pgacreate(8) - debian
stream_notification_callback(3) - php
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph