1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/include/condorcet/Documentation/Result Class/public Result--getNumberOfSeats.md

23 lines
519 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Result::getNumberOfSeats
### Description
```php
public Result->getNumberOfSeats ( ): ?int
```
Get number of Seats for STV methods result.
### Return value:
*(```?int```)* Number of seats if this result is a STV method. Else NULL.
---------------------------------------
### Related method(s)
* [Election::setNumberOfSeats](../Election%20Class/public%20Election--setNumberOfSeats.md)
* [Election::getNumberOfSeats](../Election%20Class/public%20Election--getNumberOfSeats.md)