Represents type TSolveMethod.
Namespace: KnwIRR
Delphi
|
type
TSolveMethod = (smBisection, smSecant);
|
|
Name
|
Description
|
|
smBisection
|
Represents constant smBisection. When the SolveMethod property is set to smBisection the IRR solution method is the bisection method.
|
|
smSecant
|
Represents constant smSecant. When the SolveMethod property is set to smSecant the IRR solution method is the secant method.
|
Top
|