apoc.math.minInt Function APOC Core apoc.math.minInt() | return the minimum value an int can have Signature Copied!apoc.math.minInt() :: (INTEGER?) Usage Examples Copied!RETURN apoc.math.minInt() AS output; Table 1. Results output -2147483648 More documentation of apoc.math.minInt apoc.math.minDouble apoc.math.minLong