Method: Neo4j::Cypher::Context::MathFunctions#round
- Defined in:
- lib/neo4j-cypher/context.rb
#round(value = nil) ⇒ Object
40 41 42 |
# File 'lib/neo4j-cypher/context.rb', line 40 def round(value=nil) _add_math_func(:round, value) end |