Method | Description | |
---|---|---|
Add ( double point, double value ) : void |
Adds a setpoint to the path
|
|
Get ( double currentPoint ) : double |
Get the value of the path at the current point
|
|
SetPointProfile ( ) : System |
Constructs a new, empty SetPointProfile
|
Method | Description | |
---|---|---|
NearestGreater ( double currentPoint ) : |
||
NearestLess ( double currentPoint ) : |
public Add ( double point, double value ) : void | ||
point | double | location of the setpoint |
value | double | value of the setpoint |
return | void |
public Get ( double currentPoint ) : double | ||
currentPoint | double | point along the profile to measure |
return | double |