apoc.math.minInt Details Syntax apoc.math.minInt() Description Returns the minimum value of an integer. Returns INTEGER Usage Examples RETURN apoc.math.minInt() AS output; Results output -2147483648 More documentation of apoc.math.minInt apoc.math.minDouble apoc.math.minLong