.. _envoy_api_file_envoy/type/matcher/number.proto: NumberMatcher ============= .. _envoy_api_msg_type.matcher.DoubleMatcher: type.matcher.DoubleMatcher -------------------------- `[type.matcher.DoubleMatcher proto] `_ Specifies the way to match a double value. .. code-block:: json { "range": "{...}", "exact": "..." } .. _envoy_api_field_type.matcher.DoubleMatcher.range: range (:ref:`type.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_api_field_type.matcher.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.