Precision.Type specifies the precision of comparison.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the Precision.Type
, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).
Argument | Value | Description |
---|---|---|
Precision.Double | 0 | An optional parameter for the built-in arthimetic operators to specify double precision. |
Precision.Decimal | 1 | An optional parameter for the built-in arthimetic operators to specify decimal precision. |
Applies to
Here’s a list of functions that work with Precision.Type:
- List.Average
- List.Product
- List.Sum
- Number.IntegerDivide
- Number.Mod
- Value.Add
- Value.Compare
- Value.Divide
- Value.Equals
- Value.Multiply
- Value.NullableEquals
- Value.Subtract
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy