Share via


NumberSeqScope::computeScopeTypeValue Method [AX 2012]

Computes a bitmap that has individual bit positions corresponding to parameter types with the same value.

Syntax

client server public static Integer computeScopeTypeValue(List _parameterTypes)

Run On

Called

Parameters

  • _parameterTypes
    Type: List Class
    The list of parameter types to aggregate.

Return Value

Type: Integer Extended Data Type
A bitmap that has individual bit positions corresponding to parameter types with the same value.

Remarks

The inverse of this function is the NumberSeqScope::getParameterTypesForScopeType method.

See Also

Reference

NumberSeqScope Class