公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
DoubleRange
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"min": number,
"max": number
} |
字段 |
min |
number
最小值,即范围的下限。
|
max |
number
最大数据值,即范围的上限。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eDefines a range of numerical values using a minimum and maximum boundary.\u003c/p\u003e\n"],["\u003cp\u003eUses JSON format with "min" and "max" fields representing lower and upper bounds respectively.\u003c/p\u003e\n"],["\u003cp\u003eBoth "min" and "max" fields are of data type 'number'.\u003c/p\u003e\n"]]],["The content defines a data structure representing a range of double values. This structure is represented in JSON format as an object with two key-value pairs: \"min\" and \"max\". \"Min\" specifies the minimum numerical value within the range, while \"max\" defines the maximum numerical value. Both \"min\" and \"max\" hold number type data, defining the lower and upper limits of the described numerical range.\n"],null,["# DoubleRange\n\nA range of doubles.\n\n| JSON representation |\n|------------------------------------------|\n| ``` { \"min\": number, \"max\": number } ``` |\n\n| Fields ||\n|-------|---------------------------------------------------------------------|\n| `min` | `number` The minimum data value, i.e. the lower bound of the range. |\n| `max` | `number` The maximum data value, i.e. the upper bound of the range. |"]]