VB Syntax
String CTAmericanEngine.QuasiAMonteCarloEngine( _
String Key, _
Long Reload, _
Long NoOfSteps, _
Long maxStepsPerYear, _
Long Samples, _
Long PolynomOrder, _
String BasisSystem, _
Long CalibSamples, _
Long Seed, _
Boolean ControlVariate, _
Boolean AntitheticVariate)
Excel Spreadsheet Syntax
=CT.ENG.QuasiAMonteCarloEngine(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell NoOfSteps,
Excel Numeric Cell maxStepsPerYear,
Excel Numeric Cell Samples,
Excel Numeric Cell PolynomOrder,
Excel String Cell BasisSystem,
Excel Numeric Cell CalibSamples,
Excel Numeric Cell Seed,
Excel Boolean Value Cell ControlVariate,
Excel Boolean Value Cell AntitheticVariate)
C++ Syntax
static std::string QuasiAMonteCarloEngine(
std::string Key,
long Reload,
long NoOfSteps,
long maxStepsPerYear,
long Samples,
long PolynomOrder,
std::string BasisSystem,
long CalibSamples,
long Seed,
bool ControlVariate,
bool AntitheticVariate);
DotNET Syntax
System.String CTAmericanEngineSA.QuasiAMonteCarloEngine(
System.String Key,
System.Int32 Reload,
System.Int32 NoOfSteps,
System.Int32 maxStepsPerYear,
System.Int32 Samples,
System.Int32 PolynomOrder,
System.String BasisSystem,
System.Int32 CalibSamples,
System.Int32 Seed,
System.Boolean ControlVariate,
System.Boolean AntitheticVariate);