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