<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [NumberValuesAccumulate](./volume.numbervaluesaccumulate.md)

## NumberValuesAccumulate type

数值累积函数

**Signature:**

```typescript
export type NumberValuesAccumulate = (values: number[], clim: IVector2) => number;
```

## Remarks

当某一个点处理多个区域数据内时，需要考虑多个数据区域在该点的累积效果，通过该函数来获取最终的累积结果

