MAIDR JavaScript API
    Preparing search index...

    Function extractXValueFromPoints

    • Extract X value from points array based on current position.

      Parameters

      • points: PointWithX[] | PointWithX[][]

        Array of points (single or multi-row)

      • row: number

        The row index

      • col: number

        The column index

      Returns XValue | null

      The extracted X value or null if not found