VB Syntax
String CTProcesses.GBSProcess2( _
String Key, _
Long Reload, _
Double x0, _
String YCKey, _
String ExtYCKey, _
Double sigma, _
DayCountEnum VolDayCount)
Excel Spreadsheet Syntax
=CT.PRO.GBSProcess2(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell x0,
Excel String Cell YCKey,
Excel String Cell ExtYCKey,
Excel Numeric Cell sigma,
Excel String Cell VolDayCount)
C++ Syntax
static std::string GBSProcess2(
std::string Key,
long Reload,
double x0,
std::string YCKey,
std::string ExtYCKey,
double sigma,
DayCountEnum VolDayCount);
DotNET Syntax
System.String CTProcessesSA.GBSProcess2(
System.String Key,
System.Int32 Reload,
System.Double x0,
System.String YCKey,
System.String ExtYCKey,
System.Double sigma,
CTIEnums.DayCountEnum VolDayCount);