DoubleRange

double の範囲。

JSON 表現
{
  "min": number,
  "max": number
}
フィールド
min

number

データの最小値(範囲の下限)。

max

number

データの最大値(範囲の上限)。