Go to the source code of this file.
◆ AGSUtilityPropagatorFunctionType
The function types that can be used with AGSUtilityPropagator
objects.
- See also
AGSUtilityPropagator
- Since
- 100.7
Enumerator |
---|
AGSUtilityPropagatorFunctionTypeBitwiseAnd | The network attribute value of the current element is bitwise-anded with the network attribute value propagated from the source.
|
AGSUtilityPropagatorFunctionTypeMax | The network attribute value of the current element is compared against the network attribute value propagated from the source - the maximum of these values is propagated further.
|
AGSUtilityPropagatorFunctionTypeMin | The network attribute value of the current element is compared against the network attribute value propagated from the source - the minimum of these values is propagated further.
|