apoc.number.exact.toInteger
Function
apoc.number.exact.toInteger(string,[prec],[roundingMode]) - return the Integer value of a large number
Signature
apoc.number.exact.toInteger(stringA :: STRING?, precision = 0 :: INTEGER?, roundingMode = HALF_UP :: STRING?) :: (INTEGER?)
Input parameters
Name | Type | Default |
---|---|---|
stringA |
STRING? |
null |
precision |
INTEGER? |
0 |
roundingMode |
STRING? |
HALF_UP |
Was this page helpful?