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