EAGLE Help

int


The data type int is used to store signed integral values, like the coordinates of an object.

A variable of type int has a size of 32 bit (four byte), and can store any value in the range -2147483648..2147483647.

See also Integer Constants


Index Copyright © 2005 CadSoft Computer GmbH