Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.