API Reference > imodeljs-Quantity > Quantity > ShowSignOption ShowSignOption Enumeration Beta Determines how the sign of values are displayed Members Name Value Description NoSign 0 Never show a sign even if the value is negative. OnlyNegative 1 Only show a sign when the value is negative. SignAlways 2 Always show a sign whether the value is positive or negative. NegativeParentheses 3 Only show a sign when the value is negative but use parentheses instead of a negative sign. For example, -10 is formatted as (10). Defined in quantity/src/Formatter/FormatEnums.ts Line 89 Last Updated: 11 June, 2024