apoc.number

Qualified Name Type

apoc.number.arabicToRoman(number) | convert arabic numbers to roman

Function

apoc.number.format(number) | format a long or double using the default system pattern and language to produce a string

Function

apoc.number.parseFloat(text) | parse a text using the default system pattern and language to produce a double

Function

apoc.number.parseInt(text) | parse a text using the default system pattern and language to produce a long

Function

apoc.number.romanToArabic(romanNumber) | convert roman numbers to arabic

Function