class |
Complex |
Implementation for Excel COMPLEX () function.
|
class |
DateFunc |
Implementation for the Excel function DATE
|
class |
Days360 |
Calculates the number of days between two dates based on a 360-day year
(twelve 30-day months), which is used in some accounting calculations.
|
class |
DStarRunner |
This class performs a D* calculation.
|
class |
FinanceFunction |
|
class |
Fixed |
|
class |
Fixed3ArgFunction |
Convenience base class for functions that must take exactly three arguments.
|
class |
Forecast |
Implementation for Excel FORECAST() and FORECAST.LINEAR() functions.
|
class |
Hlookup |
Implementation of the HLOOKUP() function.
|
class |
IfFunc |
Implementation for the Excel function IF
|
class |
Index |
Implementation for the Excel function INDEX
|
class |
Lookup |
Implementation of Excel function LOOKUP.
|
class |
Match |
Implementation for the MATCH() Excel function.
|
class |
NormInv |
Implementation for Excel NORMINV() and NORM.INV() functions.
|
class |
Rank |
Returns the rank of a number in a list of numbers.
|
class |
Standardize |
Implementation for Excel STANDARDIZE() function.
|
class |
Substitute |
An implementation of the SUBSTITUTE function:
|
class |
Sumif |
Implementation for the Excel function SUMIF
|
class |
TDist |
Implementation for Excel TDIST() function.
|
class |
TDistLt |
Implementation for Excel T.DIST() function.
|
class |
TimeFunc |
Implementation for the Excel function TIME
|
class |
Vlookup |
Implementation of the VLOOKUP() function.
|