Interface ISortValueCalculator<T>
public interface ISortValueCalculator<T> where T : struct
Type Parameters
T
Methods
GetSortValue(T)
float GetSortValue(T value)
Parameters
value
T
public interface ISortValueCalculator<T> where T : struct
T
float GetSortValue(T value)
value
T