Sign function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Numeric palette
Type Function
Requires Basic Development Environment
Icon Functions - Numeric Palette - Sign.png

The Sign function returns the sign of number.

Note: For nonzero complex numbers, this function returns a complex value with the same phase as the input and with a magnitude of 1.

Text-based programming languages typically call this function signum or sgn. The connector pane displays the default data types for this polymorphic function.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links