public SimpleRandomSampling(
int populationSize,
int sampleSize
)Public Sub New (
populationSize As Integer,
sampleSize As Integer
)public:
SimpleRandomSampling(
int populationSize,
int sampleSize
)new :
populationSize : int *
sampleSize : int -> SimpleRandomSampling| ArgumentOutOfRangeException | populationSize is less than 2. -or- sampleSize is not positive. |
| ArgumentException | sampleSize is not less than populationSize. |