"Integer" (Interpreter Type)
Integer number in a standard format.
   Details
- "Integer" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "Integer" does not require connectivity to the Wolfram Cloud.
Restriction Specifications
- 
      
      Restricted["Integer",{{choices1,…}}] one among choices Restricted["Integer",max] an integer below max Restricted["Integer",{min,max}] an integer between min and max Restricted["Integer",{min,max,s}] an integer between min and max, with step s 
Options
- The following options can be used:
- 
      
      DigitBlock Infinity number of digits between breaks NumberSeparator {","," "} string to insert at breaks between blocks NumberSigns {"-",""} strings to use for signs of negative and positive numbers