Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoundSpecification

Simple interface describing a bound specification used in the configuration file.

see

Configuration for further details.

Hierarchy

  • BoundSpecification

Index

Properties

Properties

lowerBound

lowerBound: number

Lower bound, may also be negative.

Must be <= upperBound.

upperBound

upperBound: number

Upper bound, usually positive.

Must be >= lowerBound.

Generated using TypeDoc