Abs (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
Abs (LabVIEW Manager Function)
int32 Abs(n);
Purpose
Returns the absolute value of n, unless n is –231, in which case the function returns the number unmodified.
Parameters
Name | Type | Description |
---|---|---|
n | int32 | int32 whose absolute value you want to determine. |
Return Value
The resulting int32.