Click or drag to resize

IMcOMGlobalMcAbs Method

Arithmetic unary operator to compute the absolute value of values.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Function McAbs ( 
	Operand As Object
) As McObject

Parameters

Operand
Type: SystemObject
Values used to compute absolute value. May be a scalar or array of any arithmetic type. It may also be an McObject instance of an arithmetic type.

Return Value

Type: McObject
A McObject instance holding the absolute value of Operand. The returned result will be of the type of the Operand. It will also be the same shape as Operand, except that it will always be an array, even if the Operand is a scalar (generally there is no reason to use these vector operators unless you are dealing with arrays).
Remarks
The absolute value of the values in the Variant Operand are computed and the result is returned. The operand must be an arithmetic type.
See Also