UtilityPropagatorFunctionType can be one of:
Constant | Description |
---|---|
Enums.UtilityPropagatorFunctionTypeBitwiseAnd | (1) The network attribute value of the current element is bitwise-anded with the network attribute value propagated from the source. |
Enums.UtilityPropagatorFunctionTypeMax | (2) 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. |
Enums.UtilityPropagatorFunctionTypeMin | (3) 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. |