龙听期货论坛's Archiver
龙听期货论坛
»
编程语言More>>||
»
MC内置函数【Pre-built Functions】
» 【emulate_dictionary__set_size】
龙听
发表于 2022-11-1 13:34
【emulate_dictionary__set_size】
[code]
inputs:
KeyArray[MaxSize1](NumericArrayRef),
ValueArray[MaxSize2](NumericArrayRef),
NewSize(NumericSimple);
array_setmaxindex(KeyArray, NewSize - 1);
array_setmaxindex(ValueArray, NewSize - 1);
[/code]
页:
[1]