VB Syntax
String CTSABRCalibration.SABRCalibInst3( _
String Key, _
Long Reload, _
Long ExerciseDate, _
Variant StrikeArray, _
String VCKey, _
String YCKey)
Excel Spreadsheet Syntax
=CT.CAL.SABRCalibInst3(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell ExerciseDate,
XLRange StrikeArray,
Excel String Cell VCKey,
Excel String Cell YCKey)
C++ Syntax
static std::string SABRCalibInst3(
std::string Key,
long Reload,
long ExerciseDate,
CTRangeDataCPP StrikeArray,
std::string VCKey,
std::string YCKey);
DotNET Syntax
System.String CTSABRCalibrationSA.SABRCalibInst3(
System.String Key,
System.Int32 Reload,
System.Int32 ExerciseDate,
CTRangeData StrikeArray,
System.String VCKey,
System.String YCKey);