> ## 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](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [Services C API 개요 - PFStatisticsTypes.h](/ko/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [StatisticAggregationMethod](/ko/services/playfab/api-references/events/data-types/statisticaggregationmethod.md)
- [PFStatisticsStatisticDefinition](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
- [player_statistic_changed](/ko/services/playfab/api-references/events/Leaderboards/player-statistic-changed.md)
