Name | Description | |
---|---|---|
AnnualInterest Constructor | Build an AnnualInterest value, based on the time-span value. |
The following tables list the members exposed by AnnualInterest.
Name | Description | |
---|---|---|
AnnualInterest Constructor | Build an AnnualInterest value, based on the time-span value. |
Name | Description | |
---|---|---|
IsNegativeOverflow | Returns true if the internal ticks value of this annual-interest value reached the negative maximum autorized by System.TimeSpan.System.TimeSpan.Ticks. | |
IsOverflow | Returns true if the internal ticks value of this annual-interest value reached the positive or negative maximum autorized by System.TimeSpan.System.TimeSpan.Ticks. | |
IsPositiveOverflow | Returns true if the internal ticks value of this annual-interest value reached the positive maximum autorized by System.TimeSpan.System.TimeSpan.Ticks. | |
Value | Get the raw time-span value of this estimated annual-interest value. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. | |
GetHashCode | Serves as the default hash function. |
Name | Description | |
---|---|---|
Concat | Overloaded. Gets an enumerable object that contains first element and then elements of elements, in this order. | |
EqualsAny | Overloaded. Returns true if this item equals item1 or item2. | |
NewerVersion<T> | Returns the newer version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.NewerVersion<T> must be called instead. | |
OlderVersion<T> | Returns the older version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.OlderVersion<T> must be called instead. | |
ToEnumerable<TElement> | Gets an enumerable object that contains only the single element element. | |
ToManDay | Overloaded. Gets a double number of man-days that represents duration. The number of man-days is computed from the project NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkHourPerDay. | |
ToManMonth | Overloaded. Gets a double number of man-months that represents duration. The number of man-months is computed from this.NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkHourPerDay and this.NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkDayPerYear. | |
ToManYear | Overloaded. Gets a double number of man-years that represents duration. The number of man-years is computed from this.NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkHourPerDay and this.NDepend.TechnicalDebt.DebtSettings.NDepend.TechnicalDebt.DebtSettings.NumberOfWorkDayPerYear. | |
ToMoney | Overloaded. Estimate an amount of money from a duration. | |
ToNullableDouble | If obj is a numeric primitive type, returns its value converted as double. else returns null. |
Addition | Overloaded. Add x and y. |
Division | Divide x by quotient. |
Equality | Overloaded. Equality compare AnnualInterest and y. |
Greater Than | Overloaded. Returns true if x is strictly higher than y. |
Greater Than or Equal | Overloaded. Returns true if x is higher than or equals to y. |
Implicit Type Conversion | Overloaded. A System.TimeSpan value can be implicitly converted to an AnnualInterest value. |
Inequality | Overloaded. Inequality compare x and y. |
Less Than | Overloaded. Returns true if x is strictly lower than y. |
Less Than or Equal | Overloaded. Returns true if x is lower than or equals to y. |
Multiplication | Overloaded. Multiply x by factor. |
Subtraction | Overloaded. Substract y to x. |
Unary Negation | Negate x. |