Navigation: Function Reference > General Utility Functions > pred()

pred()

Top  Previous  Next

pred( value: Ordinal ) : Ordinal;

 

Decrements the ordinal value and returns the value. You can decrement characters, non-floating point numbers, enumeration types, and pointers.

 

Parameters

 

value

ordinal value

 

See also:

 

succ()

inc()

dec()