Operation

public enum Operation : String, Encodable

Sets the constraint operation.

= keeps regions equal to value < and <= keep regions less than value > and >= keep regions greater than value [], (), [), and (] keep regions inside value[0] to value[1] ], *)(, *[ keep regions outside value[0] to value[1]` Open vs. closed intervals make no difference to constraint display, but all versions are allowed for consistency with filter transforms.

Note

Used by Contours.operation, Contour<ZData, XData, YData>.Contours.operation, ContourCarpet<ZData, AData, BData>.Contours.operation.