Bounds Object

A range of values that a parameter can occupy.

Fields

KeyTypeValue

max

float

The (inclusive) upper bound of this range.

min

float

The (inclusive) lower bound of this range.

Example

{
  "max": 10,
  "min": 0,
  "object": "bounds"
}

Last updated