Interface Math.IDispatchComparable<T>
A type only used to dispatch some method calls to signatures with types T that implement IComparable<T>
public interface Math.IDispatchComparable<T> where T : IComparable<T>
Type Parameters
TA type implementing IComparable<T>
Remarks
Do not use in user code! This type is only used to dispatch method calls.