> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFStatisticsStatisticAggregationMethod

> StatisticAggregationMethod 枚举。

StatisticAggregationMethod 枚举。

## 语法

```cpp theme={null}
enum class PFStatisticsStatisticAggregationMethod  : uint32_t  
{  
    Last,  
    Min,  
    Max,  
    Sum  
}  
```

## 常量

| 常量   | 描述  |
| ---- | --- |
| Last | TBD |
| Min  | TBD |
| Max  | TBD |
| Sum  | TBD |

## 要求

**头文件：** PFStatisticsTypes.h

## 另请参阅

[PFStatisticsTypes 成员](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsStatisticColumn](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [服务 C API 概览 - PFStatisticsTypes.h](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [StatisticAggregationMethod](/zh-CN/services/playfab/api-references/events/data-types/statisticaggregationmethod.md)
- [PFStatisticsStatisticDefinition](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
- [player_statistic_changed](/zh-CN/services/playfab/api-references/events/Leaderboards/player-statistic-changed.md)
