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.