Decimal data type

Table of ContentsUp

Overview

The decimal datatype represents decimal values, commonly used to represent values such as currency, percentage, etc.

Example

planPrice = 0.99;
 
Note:
  • See this page to find the built-in functions applicable to decimal data type.
  • See this page to know which Zoho Creator field types are of decimal data type.