Owning Palette: Express Numeric Functions, Numeric Functions
![]() |
Returns the value -Inf (negative infinity). LabVIEW converts -Inf to the lowest value for a data type. For example, converting -Inf to a 16-bit signed integer returns the value -32,768, the lowest possible value for a 16-bit signed integer. |
![]() |
Returns the value Inf (infinity). LabVIEW converts Inf to the highest value for a data type. For example, converting Inf to a 16-bit signed integer returns the value 32,767, the highest possible value for a 16-bit signed integer. |