Maximum

返回指定范围指定缓存区的最大元素索引。

int  Maximum(
   const int  buffer_num,     // 缓存区号码
   const int  start,          // 开始索引
   const int  count           // 处理元素的数量
   ) const

参数

buffer_num

[输入]  搜索数值所在的缓存区号码。

start

[输入]  搜索开始的索引。

count

[输入]  搜索元素的数量。

返回值

指定范围指定缓存区的最大元素索引。