.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1ad09b722a14d25f3533aa951c96e97c34: ConvertConfig.Discretize Method +++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Returns a list of 'Y' values of the Curve defined by the input Points. This is applicable for the RGB/LumaCurve) .. ref-code-block:: csharp :class: doxyrest-overview-code-block public static Double[] Discretize(:ref:`Point2D`[] points, UInt16 bits); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - points - the list of points defining the Curve * - bits - The resolution of the return value. Valid range: [0,12] .. rubric:: Returns: A vector of the Y values of the evenly distributed between the two end points of the range [0, 1)