#import <AMValue.h>
Public Member Functions | |
(id) | - initWithValue: |
Creates a new value object. | |
(double) | - calcValue |
Return the value. | |
Properties | |
double | value |
The value. |
- (double) calcValue |
Return the value.
This method exists for compatibility with the AMRandomValue object.
Reimplemented in AMRandomValue.
- (id) initWithValue: | (double) | _value |
Creates a new value object.
value | The determined value to use. |
- (double) value [read, write, assign] |
The value.