VB Syntax
Double CTOptionSolver.SOLVESuperShare( _
Long ValueDate, _
DayCountEnum dayCounter, _
Double PremiumVal, _
String SolverKey, _
Double tolerance, _
Double S, _
Double XL, _
Double XH, _
Long Time, _
Double Rate, _
Double B, _
Double Vol, _
String SolveFor)
Excel Spreadsheet Syntax
=CT.SOLVESuperShare(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel Numeric Cell PremiumVal,
Excel String Cell SolverKey,
Excel Numeric Cell tolerance,
Excel Numeric Cell S,
Excel Numeric Cell XL,
Excel Numeric Cell XH,
Excel Numeric Cell Time,
Excel Numeric Cell Rate,
Excel Numeric Cell B,
Excel Numeric Cell Vol,
Excel String Cell SolveFor)
C++ Syntax
static double SOLVESuperShare(
long ValueDate,
DayCountEnum dayCounter,
double PremiumVal,
std::string SolverKey,
double tolerance,
double S,
double XL,
double XH,
long Time,
double Rate,
double B,
double Vol,
std::string SolveFor);
DotNET Syntax
System.Double CTOptionSolverSA.SOLVESuperShare(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.Double PremiumVal,
System.String SolverKey,
System.Double tolerance,
System.Double S,
System.Double XL,
System.Double XH,
System.Int32 Time,
System.Double Rate,
System.Double B,
System.Double Vol,
System.String SolveFor);