VB Syntax
String CTEngine.PseudoHestonMCEngine( _
String Key, _
Long Reload, _
Long NoOfSteps, _
Long maxStepsPerYear, _
Long Seed, _
Boolean AntitheticVariate, _
Double Tolerance, _
Long MaxSamples)
Excel Spreadsheet Syntax
=CT.ENG.PseudoHestonMCEngine(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell NoOfSteps,
Excel Numeric Cell maxStepsPerYear,
Excel Numeric Cell Seed,
Excel Boolean Value Cell AntitheticVariate,
Excel Numeric Cell Tolerance,
Excel Numeric Cell MaxSamples)
C++ Syntax
static std::string PseudoHestonMCEngine(
std::string Key,
long Reload,
long NoOfSteps,
long maxStepsPerYear,
long Seed,
bool AntitheticVariate,
double Tolerance,
long MaxSamples);
DotNET Syntax
System.String CTEngineSA.PseudoHestonMCEngine(
System.String Key,
System.Int32 Reload,
System.Int32 NoOfSteps,
System.Int32 maxStepsPerYear,
System.Int32 Seed,
System.Boolean AntitheticVariate,
System.Double Tolerance,
System.Int32 MaxSamples);