Enums.UtilityPropagatorFunctionType enumeration

  • QML Enumeration List
  • Enums.UtilityPropagatorFunctionType enumeration
  • UtilityPropagatorFunctionType can be one of:

    ConstantDescription
    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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.