sections in the article
Question
What Is the Max Amount of Numbers Allowed in a Field with Field Type Double, Integer?
Answer
These are standard definitions for these types of fields.
Integer has a maximum value of 2,147,483,647 (and down to negative -2,147,483,647).
A double can handle values up to 1.8 × 10^308.
Warning: When setting a value for a field of type double through the Remoting API.
Values with large exponents are not handled by the system, which can lead to unexpected errors in the WebPortal. inriver is aware of this matter and is working to resolve it.
Comments
0 comments
Please sign in to leave a comment.