Construct a neo4j value encoding an integer.
@param value A signed integer. This must be in the range INT64_MIN to INT64_MAX, or it will be capped to the closest value. @return A neo4j value encoding the Int.
See Implementation
Construct a neo4j value encoding an integer.
@param value A signed integer. This must be in the range INT64_MIN to INT64_MAX, or it will be capped to the closest value. @return A neo4j value encoding the Int.