VB Syntax
String CTCalibrationInsts.MixedCalibInst2( _
String Key, _
Long Reload, _
String CFLegKey, _
Variant CFStrikeRange, _
String CFVCKey, _
Variant CFTypes, _
String OSLegKey, _
Variant OSStrikeRange, _
Variant OSPayRec, _
String OSVCKey, _
String YCKey)
Excel Spreadsheet Syntax
=CT.CAL.MixedCalibInst2(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell CFLegKey,
XLRange CFStrikeRange,
Excel String Cell CFVCKey,
XLRange CFTypes,
Excel String Cell OSLegKey,
XLRange OSStrikeRange,
XLRange OSPayRec,
Excel String Cell OSVCKey,
Excel String Cell YCKey)
C++ Syntax
static std::string MixedCalibInst2(
std::string Key,
long Reload,
std::string CFLegKey,
CTRangeDataCPP CFStrikeRange,
std::string CFVCKey,
CTRangeDataCPP CFTypes,
std::string OSLegKey,
CTRangeDataCPP OSStrikeRange,
CTRangeDataCPP OSPayRec,
std::string OSVCKey,
std::string YCKey);
DotNET Syntax
System.String CTCalibrationInstsSA.MixedCalibInst2(
System.String Key,
System.Int32 Reload,
System.String CFLegKey,
CTRangeData CFStrikeRange,
System.String CFVCKey,
CTRangeData CFTypes,
System.String OSLegKey,
CTRangeData OSStrikeRange,
CTRangeData OSPayRec,
System.String OSVCKey,
System.String YCKey);