WebCab Probability and Statistics Web Services for .NET v3.3 Demo

HyperGeometricProbabilityDistribution.SetNumberOfElements Method 

Sets the number of elements in the population.

public void SetNumberOfElements(
   int numberOfElements
);

Parameters

numberOfElements
The number of elements in the population.

Exceptions

Exception TypeCondition
HyperGeometricProbabilityDistributionExceptionThrown if the number of elements in the population is less than zero.

See Also

HyperGeometricProbabilityDistribution Class | ProbabilityDistributions Namespace