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