Admin Production ni-theme
Current Publication

llabs

LabWindows/CVI

llabs

long long llabs (long long inputValue);

Purpose

Computes the absolute value of the specified long long integer input value. If the result cannot be represented, the behavior is undefined.

Parameters

Input
Name Type Description
inputValue long long Contains the long long integer value from which the absolute value is computed.

Return Value

Name Type Description
result long long Contains the returned absolute value of the argument to the function. If the result cannot be represented, the behavior is undefined.

Additional Information

Library: ANSI C Library

Include file: ansi_c.h

LabWindows/CVI compatibility: LabWindows/CVI 8.5 and later