|
Release 4.0 |
 |
Description - <parametername>.min
Name: <parametername>.min
Type: Real
Description:
This parameter based attribute lets you specify the minimum value of the parameter. The parameter type must be either real or int.
It prevents the user from typing in a value smaller than that. So if you know that values smaller than a certain limit do not produce
reasonable results, then you can specify a minimum so users cannot set the value below the minimum value.
Example:
aspect.min=0;
|