NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Abs Function

Returns a value of the same type that is passed to it specifying the absolute value of a number.

Abs(number)

The required number argument can be any valid numeric expression. If number containsNothing, Nothing is returned; if it is an uninitialized variable, zero is returned.

Remarks

The absolute value of a number is its unsigned magnitude. For example, ABS(-1) and ABS(1) both return 1.

See Also

Example

Math Functions | Sgn Function