Query_Lang-SystemFunctions_System_SuccSucc_AD
Created: 八月 02, 2022 | Updated: 八月 02, 2022
Parent page: System Query Functions - System Functions
Summary
Returns a (real) number whose value is equal to parameter's numeric value plus 1.0.
Syntax
Succ(X : Number / Numeric_String) : Number
Example Usage
Succ(2.1)
Returns 3.1.
Succ(41.313)
Returns 42.313.