Class UIntDescending

UIntDescending class

Defines a custom comparer for uint type to sort elements in descending order.

public class UIntDescending : IComparer<uint>

Constructors

NameDescription
UIntDescending()The default constructor.

Methods

NameDescription
Compare(uint, uint)

See Also