Enum NCWordDecPoint
The enumeration defines how to output decimal point for numbers: don't output, output for fractional numbers only or output it always for fractional and integer numbers.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum NCWordDecPointFields
| Name | Description | 
|---|---|
| Always | With "Always" option the decimal point will be presented anyway both for integers and fractional numbers. For example: "X27.34", "X10.0". | 
| No | With "No" option the decimal point will never output regardless of the presence of a fractional part. For example: "G54", "T0202". | 
| Yes | Witn "Yes" option the decimal point will only be output if the number has a fractional part. For example: "X27.34", "X10". |