使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
math.abs
math.abs(numericExpression)
说明
返回整数或浮点数表达式的绝对值。
参数数据类型
NUMBER
返回类型
NUMBER
代码示例
示例 1
如果事件距离指定时间(自 Unix 纪元至今的时间,以秒为单位)超过 5 分钟,则无论事件是发生在指定时间之前还是之后,以下示例都会返回 True。对 math.abs
的调用不能依赖于多个变量或占位符。例如,您无法将以下示例中硬编码的时间值 1643687343 替换为 $e2.metadata.event_timestamp.seconds
。
300 < math.abs($e1.metadata.event_timestamp.seconds - 1643687343)
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-05。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-12-05。"],[],[]]