.. _envoy_v3_api_file_envoy/type/matcher/v3/number.proto: Number matcher ============== .. _envoy_v3_api_msg_type.matcher.v3.DoubleMatcher: type.matcher.v3.DoubleMatcher ----------------------------- :repo:`[type.matcher.v3.DoubleMatcher proto] ` Specifies the way to match a double value. .. code-block:: json { "range": "{...}", "exact": "..." } .. _envoy_v3_api_field_type.matcher.v3.DoubleMatcher.range: range (:ref:`type.v3.DoubleRange `) If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end). Precisely one of :ref:`range `, :ref:`exact ` must be set. .. _envoy_v3_api_field_type.matcher.v3.DoubleMatcher.exact: exact (`double `_) If specified, the input double value must be equal to the value specified here. Precisely one of :ref:`range `, :ref:`exact ` must be set.