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.