NumericConstant class: Difference between revisions
Appearance
Started page |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|16389}} | ||
{{stub}} | {{stub}} | ||
Revision as of 19:02, 1 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | NumericConstant class |
| Class ID | 16389 |
| Scope | VI Scripting |
| Class Inheritance |
|
| Class Children | |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The NumericConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide NumericConstant Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 5DCFC0D | AdaptToEnteredData | If TRUE, the numeric constant changes data type to accommodate any value you enter. For example, an I32 constant will change to a DBL constant if you enter a fractional value. | R/W | X |
| 5DCFC0F | FXPOverflowStatusVisible | R/W | ||
| 5DCFC09 | FXPRepActual | R | X | |
| 5DCFC0C | FXPActualDelta | R | X | |
| 5DCFC0B | FXPActualRangeMax | R | X | |
| 5DCFC0A | FXPActualRangeMin | R | X | |
| 5DCFC01 | FXPRepBits | R/W | X | |
| 5DCFC04 | FXPIntegerWordLength | R/W | X | |
| 5DCFC02 | FXPSigned | R/W | X | |
| 5DCFC03 | FXPWordLength | R/W | X | |
| 5DCFC05 | FXPRepDesired | R/W | X | |
| 5DCFC08 | FXPDesiredDelta | R/W | X | |
| 5DCFC07 | FXPDesiredRangeMax | R/W | X | |
| 5DCFC06 | FXPDesiredRangeMin | R/W | X | |
| 5DCFC0E | FXPIncludeOverflowStatus | R/W | X | |
| 5DCFC00 | Representation | Returns the representation of the numeric constant. | R/W | X |
Methods
No Methods for this class.
Events
No Events for this class.
History
| |
History information is needed. What changes have occured over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |