예제 #1
0
        }         // constructor

        protected virtual FreezeInterval Intersection(FreezeInterval other)
        {
            DateInterval oEdges = base.Intersection(other);

            return(oEdges == null ? null : new FreezeInterval(oEdges, InterestRate));
        }         // Intersection
예제 #2
0
        }                                                                                                                       // ToString

        protected FreezeInterval(DateInterval oDateInterval, decimal?nInterestRate) : base(oDateInterval)
        {
            InterestRate = nInterestRate;
        }         // constructor