> ## 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

> Enumeración StatisticAggregationMethod.

Enumeración StatisticAggregationMethod.

## Sintaxis

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

## Constantes

| Constante | Descripción |
| --------- | ----------- |
| Last      | TBD         |
| Min       | TBD         |
| Max       | TBD         |
| Sum       | TBD         |

## Requisitos

**Encabezado:** PFStatisticsTypes.h

## Consulte también

[Miembros de PFStatisticsTypes](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsStatisticColumn](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [Información general de la API de C de Services - PFStatisticsTypes.h](/es/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [StatisticAggregationMethod](/es/services/playfab/api-references/events/data-types/statisticaggregationmethod.md)
- [PFStatisticsStatisticDefinition](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
- [player_statistic_changed](/es/services/playfab/api-references/events/Leaderboards/player-statistic-changed.md)
