Minimum
返回指定范围指定缓存区的最小元素索引。
int Minimum(
const int buffer_num, // 缓存区号码
const int start, // 开始索引
const int count // 处理元素的数量
) const参数
buffer_num
[输入] 搜索数值所在的缓存区号码。
start
[输入] 搜索开始的索引。
count
[输入] 搜索元素的数量。
返回值
指定范围指定缓存区的最小元素索引。