> ## 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 | 未定 |
| Min  | 未定 |
| Max  | 未定 |
| Sum  | 未定 |

## 要件

**ヘッダー:** PFStatisticsTypes.h

## 関連項目

[PFStatisticsTypes のメンバー](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsStatisticColumn](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [Services C API overview - PFStatisticsTypes.h](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [StatisticAggregationMethod](/ja-jp/services/playfab/api-references/events/data-types/statisticaggregationmethod.md)
- [PFStatisticsStatisticDefinition](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
- [player_statistic_changed](/ja-jp/services/playfab/api-references/events/Leaderboards/player-statistic-changed.md)
