VB Syntax
Double CTExoticOptions.SuperShare( _
Long ValueDate, _
DayCountEnum dayCounter, _
Double S, _
Double XL, _
Double XH, _
Long Time, _
Double Rate, _
Double B, _
Double Vol, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.SuperShare(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
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 Greek)
C++ Syntax
static double SuperShare(
long ValueDate,
DayCountEnum dayCounter,
double S,
double XL,
double XH,
long Time,
double Rate,
double B,
double Vol,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.SuperShare(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.Double S,
System.Double XL,
System.Double XH,
System.Int32 Time,
System.Double Rate,
System.Double B,
System.Double Vol,
System.String Greek);