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