Bonjour
la syntaxe suivante :
Code :
- point.y = (point.y < 0) ? 0 :
- ( (point.y > GraphConstants.PERMILLE) ? GraphConstants.PERMILLE :
- point.y);
|
veut elle bien dire : si point.y<0 alors point.y=0 sinon si point.y> GraphConstants.PERMILLE alors point.y = GraphConstants.PERMILLE sinon point.y= point.y
merci de confirmer car j'ai cherché et je n'ai pas trouvé de référence a cette syntaxe