Class TrackableComparisons<T>
Definitions of ways to compare trackable data
Inheritance
TrackableComparisons<T>
Syntax
public static class TrackableComparisons<T>
where T : IMRTrackable
Type Parameters
Methods
ComparisonForJobType(ProcessingJobType)
Declaration
public static Comparison<KeyValuePair<int, T>> ComparisonForJobType(ProcessingJobType type)
Parameters
Returns
Elevation(KeyValuePair<Int32, T>, KeyValuePair<Int32, T>)
Declaration
public static int Elevation(KeyValuePair<int, T> a, KeyValuePair<int, T> b)
Parameters
Returns