Enum NCWordSign
The enumeration shows how to output a sign for numbers: don't output, minus only or plus and minus always.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum NCWordSign
Fields
Name | Description |
---|---|
Minus | With "Minus" option the sign "-" will output for negative numbers only. For positive numbers the sign will be skipped. |
No | With "No" option the number will output without a sign at all. |
PlusAndMinus | The sign "-" or "+" will output always for negative and positive numbers. |