[ Version ( since = "3.0" ) ]
public void add_double_aux_argument (string name, string nick, string? blurb, double min, double max, double value, ParamFlags flags)
Add a new floating-point in double precision auxiliary argument to this.
| this |
the Procedure. |
| name |
the name of the argument to be created. |
| nick |
the label used in |
| blurb |
a more detailed help description. |
| min |
the minimum value for this argument |
| max |
the maximum value for this argument |
| value |
the default value. |
| flags |
argument flags. |