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