.. index:: pair: struct; P1::CameraSdkC::PropertyRange .. _doxid-struct_p1_1_1_camera_sdk_c_1_1_property_range: struct P1::CameraSdkC::PropertyRange ==================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct PropertyRange { // fields bool :target:`mHas` = false; :ref:`PropertyValue` :target:`mMin`; :ref:`PropertyValue` :target:`mMax`; // methods void :target:`Delete`(); :ref:`CameraSdk::ErrorCode` :ref:`IsInRange`(const :ref:`PropertyValue`& value, bool& inRange) const; }; .. _details-struct_p1_1_1_camera_sdk_c_1_1_property_range: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Methods ------- .. index:: pair: function; IsInRange .. _doxid-struct_p1_1_1_camera_sdk_c_1_1_property_range_1a3a0e64be29ee73d070354f1e57d8a79e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`CameraSdk::ErrorCode` IsInRange(const :ref:`PropertyValue`& value, bool& inRange) const Check that a provided value is with the range. Note that both range ends are included, and that only intregral types are evaluated .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - The value to check is within the range * - inRange - Out-parameter, which will be set to true, if in range .. rubric:: Returns: Any error when running evaluation, or just kSuccess