VB Syntax
Double CTExoticOptions.SimpleChooser( _
Long ValueDate, _
DayCountEnum dayCounter, _
Double Underlying, _
Double Strike, _
Long Timedt, _
Long TimeT, _
Double Rate, _
Double B, _
Double Vol, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.SimpleChooser(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel Numeric Cell Underlying,
Excel Numeric Cell Strike,
Excel Numeric Cell Timedt,
Excel Numeric Cell TimeT,
Excel Numeric Cell Rate,
Excel Numeric Cell B,
Excel Numeric Cell Vol,
Excel String Cell Greek)
C++ Syntax
static double SimpleChooser(
long ValueDate,
DayCountEnum dayCounter,
double Underlying,
double Strike,
long Timedt,
long TimeT,
double Rate,
double B,
double Vol,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.SimpleChooser(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.Double Underlying,
System.Double Strike,
System.Int32 Timedt,
System.Int32 TimeT,
System.Double Rate,
System.Double B,
System.Double Vol,
System.String Greek);