Click or drag to resize
TransactionHowMuchOrder Class
Compares two transactions by amount.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericComparerTransaction
    Algs4NetTransactionHowMuchOrder

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class HowMuchOrder : Comparer<Transaction>

The TransactionHowMuchOrder type exposes the following members.

Constructors
Methods
See Also