$$$$ BORN NOTICE CHAT 11/09/12 21:15:14 7124 DATE 11/09/12 Operateur BORNER Voir aussi : MASQ ---------------- RES1 = BORNER OBJ1 (OBJ2) | 'MAXIMUM' OBJ4 | ... ; | 'MINIMUM' OBJ3 | | 'COMPRIS' OBJ3 OBJ4 | Description: ____________ The BORNER operator allows to limit the values of the OBJ1 object (maximum, minimum or including in an interval). The results are peut in the RES1 object with the same type as OBJ1 one. Each value of OBJ1 is compared to the given limit(s). This value is kept if it is less/more than the given limit ('MAXIMUM'/'MINIMUM' operation) or equal to the limit otherwise. Contents: _________ OBJ1 LISTENTI, LISTREEL, EVOLUTION, CHPOINT, MCHAML type object RES1 object of same type as OBJ1 OBJ3/OBJ4 limit(s) to which the valaues of OBJ1 are compared OBJ2 objet compulsary when OBJ1 is an EVOLUTION object (number of the curve to be limited), an CHPOINT/MCHAML (name of the component whih has to be limited) - see table underneath ------------------------------------------------------------- | OBJ1 / RES1 | OBJ2 | OBJ3 / OBJ4 | ------------------------------------------------------------- | LISTENTI | | ENTIER | | LISTREEL | | FLOTTANT | | EVOLUTION | ENTIER | FLOTTANT | | CHPOINT | MOT | FLOTTANT | | MCHAML | MOT | FLOTTANT | ------------------------------------------------------------- Remarks: -------- In the case of EVOLUTION objects, it is possible to limit several curves of OBJ1 and only the treated curves are put in the RES1 object. For example: RES1 = BORNER Evol1 N1 'MAXIMUM' FLO1 N2 'COMPRIS' FLO2 FLO3 ; In the case of MCHAML/CHPOINT objects, it is possible to limit several components of OBJ1 and only the corresponding components are present in the RES1 object. The components can be FLOTTANT, LISTENTI, LISTREEL, EVOLUTION type objects when OBJ1 is an MCHAML object. For example : RES1 = BORNER Chpo1 'COM1' 'MAXIMUM' FLO1 'COM2' 'MINIMUM' FLO2 ;
© Cast3M 2003 - All rights reserved.
Disclaimer