VB Syntax
String CTLMMVolCorrModels.LMMLinearExpVolModel( _
String Key, _
Long Reload, _
String LMMProcess, _
Double a, _
Double b, _
Double c, _
Double d)
Excel Spreadsheet Syntax
=CT.MOD.LMMLinearExpVolModel(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell LMMProcess,
Excel Numeric Cell a,
Excel Numeric Cell b,
Excel Numeric Cell c,
Excel Numeric Cell d)
C++ Syntax
static std::string LMMLinearExpVolModel(
std::string Key,
long Reload,
std::string LMMProcess,
double a,
double b,
double c,
double d);
DotNET Syntax
System.String CTLMMVolCorrModelsSA.LMMLinearExpVolModel(
System.String Key,
System.Int32 Reload,
System.String LMMProcess,
System.Double a,
System.Double b,
System.Double c,
System.Double d);