compute_value
Description:
public virtual bool compute_value (
double factor,
out Value value)
Computes the value between the this boundaries given the progress factor and copies it into
value.
Parameters:
| this |
a Interval
|
| factor |
the progress factor, between 0 and 1
|
| value |
return location for an initialized Value
|
Returns:
|
true if the operation was successful
|