apoc.math.minInt 详情 语法 apoc.math.minInt() 描述 返回整数的最小值。 返回 INTEGER 使用示例 RETURN apoc.math.minInt() AS output; 结果 输出 -2147483648 apoc.math.minInt 的更多文档 apoc.math.minDouble apoc.math.minLong