Next:
Accessing a color matrix
Up:
Type conversion and component
Previous:
Real to integer (truncate)
Real to integer (round)
Syntax
void QLA_I_
eqop
_round_R ( restrict QLA_Int *r, QLA_Real *a)
Meaning
r = a>=0 ? a+0.5 : a-0.5
eqop
eq
James Osborn 2006-06-25