VB Syntax
String CTLMMProcesses.LMMSimProcess( _
String Key, _
Long Reload, _
String LMMProcess, _
String LMMVolModel, _
String LMMCorrModel, _
Long NoOfSims, _
Long Seed)
Excel Spreadsheet Syntax
=CT.PRO.LMMSimProcess(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell LMMProcess,
Excel String Cell LMMVolModel,
Excel String Cell LMMCorrModel,
Excel Numeric Cell NoOfSims,
Excel Numeric Cell Seed)
C++ Syntax
static std::string LMMSimProcess(
std::string Key,
long Reload,
std::string LMMProcess,
std::string LMMVolModel,
std::string LMMCorrModel,
long NoOfSims,
long Seed);
DotNET Syntax
System.String CTLMMProcessesSA.LMMSimProcess(
System.String Key,
System.Int32 Reload,
System.String LMMProcess,
System.String LMMVolModel,
System.String LMMCorrModel,
System.Int32 NoOfSims,
System.Int32 Seed);