MeasurementValue.st
changeset 11607 39bd3dc180df
parent 11606 f657ce220093
child 11717 62d715950754
equal deleted inserted replaced
11606:f657ce220093 11607:39bd3dc180df
    47     For now, the stuff found here represents our needs and more might be added in the future.
    47     For now, the stuff found here represents our needs and more might be added in the future.
    48 
    48 
    49     Also notice, that instances do not keep the error as a fraction, but instead a min. and maxValue.
    49     Also notice, that instances do not keep the error as a fraction, but instead a min. and maxValue.
    50     That means, that we can handle the case where the error is different in
    50     That means, that we can handle the case where the error is different in
    51     the positive and negative directions.
    51     the positive and negative directions.
    52     I am not sure if this is more flexibility than need in the long run.
    52     I am not sure if this is more flexibility than needed in the long run.
    53 
    53 
    54     [author:]
    54     [author:]
    55         Claus Gittinger
    55         Claus Gittinger
    56 
    56 
    57     [see also:]
    57     [see also:]
   292 ! !
   292 ! !
   293 
   293 
   294 !MeasurementValue class methodsFor:'documentation'!
   294 !MeasurementValue class methodsFor:'documentation'!
   295 
   295 
   296 version
   296 version
   297     ^ '$Header: /cvs/stx/stx/libbasic/MeasurementValue.st,v 1.7 2009-02-28 11:51:14 cg Exp $'
   297     ^ '$Header: /cvs/stx/stx/libbasic/MeasurementValue.st,v 1.8 2009-02-28 11:52:06 cg Exp $'
   298 ! !
   298 ! !