signDisplay

abstract var signDisplay: String

When to display the sign for the number; defaults to "auto"

  • "auto" sign display for negative numbers only

  • "never" never display sign

  • "always" always display sign

  • "exceptZero" sign display for positive and negative numbers, but not zero