apoc.math.maxByte

Function APOC Core

apoc.math.maxByte() | return the maximum value an byte can have

Signature

apoc.math.maxByte() :: (INTEGER?)

Usage Examples

RETURN apoc.math.maxByte() AS output;
Table 1. Results
output

127