VB Syntax
Double CTOptionSolver.SOLVELookBarrier( _
Long ValueDate, _
DayCountEnum dayCounter, _
Double PremiumVal, _
String SolverKey, _
Double tolerance, _
String TypeFlag, _
Double S, _
Double X, _
Double H, _
String AdjBarrFreq, _
Long t1, _
Long T2, _
Double r, _
Double b, _
Double v, _
String SolveFor)
Excel Spreadsheet Syntax
=CT.SOLVELookBarrier(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel Numeric Cell PremiumVal,
Excel String Cell SolverKey,
Excel Numeric Cell tolerance,
Excel String Cell TypeFlag,
Excel Numeric Cell S,
Excel Numeric Cell X,
Excel Numeric Cell H,
Excel String Cell AdjBarrFreq,
Excel Numeric Cell t1,
Excel Numeric Cell T2,
Excel Numeric Cell r,
Excel Numeric Cell b,
Excel Numeric Cell v,
Excel String Cell SolveFor)
C++ Syntax
static double SOLVELookBarrier(
long ValueDate,
DayCountEnum dayCounter,
double PremiumVal,
std::string SolverKey,
double tolerance,
std::string TypeFlag,
double S,
double X,
double H,
std::string AdjBarrFreq,
long t1,
long T2,
double r,
double b,
double v,
std::string SolveFor);
DotNET Syntax
System.Double CTOptionSolverSA.SOLVELookBarrier(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.Double PremiumVal,
System.String SolverKey,
System.Double tolerance,
System.String TypeFlag,
System.Double S,
System.Double X,
System.Double H,
System.String AdjBarrFreq,
System.Int32 t1,
System.Int32 T2,
System.Double r,
System.Double b,
System.Double v,
System.String SolveFor);