Requires: VI Scripting
Inherits from Constant. View the class hierarchy.
Property | Description |
---|---|
Adapt To Entered Data | 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. Details |
Fixed-Point Overflow Status Visible? | Reads or writes whether the overflow status of the fixed-point number is visible. Details |
Fixed-Point Representation:Actual | Reads the actual range of the fixed-point value based on its encoding. Details |
Fixed-Point Representation:Actual:Delta | Reads the actual delta of the fixed-point value based on its encoding. Details |
Fixed-Point Representation:Actual:Range Max | Reads the actual maximum of the fixed-point value based on its encoding. Details |
Fixed-Point Representation:Actual:Range Min | Reads the actual minimum of the fixed-point value based on its encoding. Details |
Fixed-Point Representation:Bits | Reads or writes the encoding of the fixed-point value. Using this property with non-fixed-point controls will cause an error. Details |
Fixed-Point Representation:Bits:Integer Word Length | Reads or writes the integer word length of the fixed-point value. Using this property with a non-fixed-point numeric will result in an error. Details |
Fixed-Point Representation:Bits:Signed | Reads or writes whether the fixed-point value is a signed value. FALSE means signed. Using this property with a non-fixed-point number will result in an error. Details |
Fixed-Point Representation:Bits:Word Length | Reads or writes the word length of the fixed-point value. FALSE means signed. Using this property with a non-fixed-point numeric will result in an error. Details |
Fixed-Point Representation:Desired | Reads or writes the desired range of the fixed-point value based on its encoding. Details |
Fixed-Point Representation:Desired:Delta | Reads or writes the desired delta of the fixed-point value based on its encoding. Details |
Fixed-Point Representation:Desired:Range Max | Reads or writes the desired maximum of the fixed-point value based on its encoding. Details |
Fixed-Point Representation:Desired:Range Min | Reads or writes the desired minimum of the fixed-point value based on its encoding. Details |
Fixed-Point Representation:Include Overflow Status? | Reads or writes whether LabVIEW includes an overflow status with the fixed-point number. Details |
Representation | Returns the representation of the numeric constant. Details |