public class CashFlow : IComparable<CashFlow>Public Class CashFlow
Implements IComparable(Of CashFlow)| CashFlow | Default constructor that creates a CashFlow with an interest value of 0.0, a principal value of 0.0 and a null cash flow date. |
| CashFlow(Double, Double, FISADate) | Default constructor that creates a CashFlow with the provided values. |
| Date | The cash flow date for this CashFlow. |
| Interest | The interest rate for this CashFlow. |
| Principal | The principal value for this CashFlow. |
| CompareTo | |
| Equals | (Overrides ObjectEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | (Overrides ObjectToString) |
| Equality(CashFlow) | |
| GreaterThan(CashFlow) | |
| GreaterThanOrEqual(CashFlow) | |
| Inequality(CashFlow) | |
| LessThan(CashFlow) | |
| LessThanOrEqual(CashFlow) |