ScottPlot
|
IComparer<T> for various types provided by ScottPlot More...
Public Member Functions | |
int | Compare (Coordinates a, Coordinates b) |
int | Compare (double a, double b) |
int | Compare (RootedPixelVector x, RootedPixelVector y) |
int | Compare (RootedCoordinateVector x, RootedCoordinateVector y) |
Static Public Member Functions | |
static IComparer< T > | GetComparer< T > () |
Static Public Attributes | |
static readonly BinarySearchComparer | Instance = new() |
Thread-Safe singleton. | |
IComparer<T> for various types provided by ScottPlot
int ScottPlot.BinarySearchComparer.Compare | ( | Coordinates | a, |
Coordinates | b | ||
) |
int ScottPlot.BinarySearchComparer.Compare | ( | double | a, |
double | b | ||
) |
int ScottPlot.BinarySearchComparer.Compare | ( | RootedCoordinateVector | x, |
RootedCoordinateVector | y | ||
) |
int ScottPlot.BinarySearchComparer.Compare | ( | RootedPixelVector | x, |
RootedPixelVector | y | ||
) |
|
static |
|
static |
Thread-Safe singleton.