public override IndexCollection NextIndexCollection()
Public Overrides Function NextIndexCollection As IndexCollection
public:
virtual IndexCollection^ NextIndexCollection() override
abstract NextIndexCollection : unit -> IndexCollection
override NextIndexCollection : unit -> IndexCollection
The NextIndexCollection method allows derived classes to implement their own algorithm to draw the sample.
Method NextIndexCollection returns a sample which is represented as an IndexCollection instance having Count equal to SampleSize and whose indexes are less than PopulationSize .