NumericToBitsDemux component is located in the Util folder of the kitControl palette.

| Property | Value | Description |
|---|---|---|
| In Numeric | number (defaults to 0.00) and null definition | Displays the numeric input value. Typically, you would link a StatusNumeric output to the In Numeric property of this component. The component propagates the Status portion of the input to all StatusBoolean and StatusNumeric
(byte) outputs.
When null is checked, the corresponding value defines the default when a calculation returns null. |
| Bit0 through Bit31 | true or false (default) and null definition
|
Represent the converted numeric as binaries.
When null is checked, the corresponding value defines the default when a calculation returns null. |
| Byte0 through Byte3 | number (defaults to 0.00) and null definition | Express the converted numeric input as bytes.
When null is checked, the corresponding value defines the default when a calculation returns null. |