User manual
PicoScope 6000 Series Programmer's Guide 97
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved. ps6000pg.en r9
3.13
Numeric data types
Here is a list of the sizes and ranges of the numeric data types used in the PicoScope
6000 Series API.
Type
Bits
Signed or unsigned?
short
16
signed
enum
32
enumerated
int
32
signed
long
32
signed
unsigned long
32
unsigned
float
32
signed (IEEE 754)
__int64
64
unsigned