VB Syntax
String CTIRProcesses.HullWhite1FProcess( _
String Key, _
Long Reload, _
Double alpha, _
Double sigma, _
String IndexKey, _
String YCKey)
Excel Spreadsheet Syntax
=CT.MOD.HullWhite1FProcess(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell alpha,
Excel Numeric Cell sigma,
Excel String Cell IndexKey,
Excel String Cell YCKey)
C++ Syntax
static std::string HullWhite1FProcess(
std::string Key,
long Reload,
double alpha,
double sigma,
std::string IndexKey,
std::string YCKey);
DotNET Syntax
System.String CTIRProcessesSA.HullWhite1FProcess(
System.String Key,
System.Int32 Reload,
System.Double alpha,
System.Double sigma,
System.String IndexKey,
System.String YCKey);