Annotation Interface ADoubleArgument
Annotation equivalent of the
DoubleArgument-
Optional Element Summary
Optional Elements
-
Element Details
-
min
double min- Returns:
- The minimum value this argument can take (inclusive)
- Default:
- -1.7976931348623157E308
-
max
double max- Returns:
- The maximum value this argument can take (inclusive)
- Default:
- 1.7976931348623157E308
-