get_minimum_increment
Description:
public double get_minimum_increment () throws Error
Gets the minimum increment by which an Value can be adjusted.
Parameters:
this |
a pointer to the Value implementor on which to operate.
|
Returns:
the minimum increment by which the value may be changed, or zero if the minimum increment cannot be determined.
|