int32 Abs(n);
Returns the absolute value of n, unless n is –231, in which case the function returns the number unmodified.
Name | Type | Description |
---|---|---|
n | int32 | int32 whose absolute value you want to determine. |
Submit feedback on this topic.
Visit ni.com/support for technical support.