set_current_value


Description:

public bool set_current_value (double new_value) throws Error

Sets the current value of an Value.

Parameters:

this

a pointer to the Value implementor on which to operate.

new_value

a double value which is the desired new value of the object.

Returns:

TRUE if the value could be assigned the specified value, FALSE otherwise.