Abs (LabVIEW Manager Function)
- 更新时间2025-07-30
- 阅读时长1分钟
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.