VB Syntax
Double CTOptionSolver.SOLVEPartialFloatLB( _
Long ValueDate, _
DayCountEnum dayCounter, _
Double PremiumVal, _
String SolverKey, _
Double tolerance, _
String CallPut, _
Double Underlying, _
Double Smin, _
Double Smax, _
Long Timet1, _
Long TimeT2, _
Double Rate, _
Double B, _
Double Vol, _
Double Lamba, _
String SolveFor)
Excel Spreadsheet Syntax
=CT.SOLVEPartialFloatLB(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel Numeric Cell PremiumVal,
Excel String Cell SolverKey,
Excel Numeric Cell tolerance,
Excel String Cell CallPut,
Excel Numeric Cell Underlying,
Excel Numeric Cell Smin,
Excel Numeric Cell Smax,
Excel Numeric Cell Timet1,
Excel Numeric Cell TimeT2,
Excel Numeric Cell Rate,
Excel Numeric Cell B,
Excel Numeric Cell Vol,
Excel Numeric Cell Lamba,
Excel String Cell SolveFor)
C++ Syntax
static double SOLVEPartialFloatLB(
long ValueDate,
DayCountEnum dayCounter,
double PremiumVal,
std::string SolverKey,
double tolerance,
std::string CallPut,
double Underlying,
double Smin,
double Smax,
long Timet1,
long TimeT2,
double Rate,
double B,
double Vol,
double Lamba,
std::string SolveFor);
DotNET Syntax
System.Double CTOptionSolverSA.SOLVEPartialFloatLB(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.Double PremiumVal,
System.String SolverKey,
System.Double tolerance,
System.String CallPut,
System.Double Underlying,
System.Double Smin,
System.Double Smax,
System.Int32 Timet1,
System.Int32 TimeT2,
System.Double Rate,
System.Double B,
System.Double Vol,
System.Double Lamba,
System.String SolveFor);