Table of Contents

Interface Math.IDispatchComparable<T>

Namespace
Sdl3Sharp.Utilities
Assembly
Sdl3Sharp.dll

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

T

A type implementing IComparable<T>

Remarks

Do not use in user code! This type is only used to dispatch method calls.