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