HypergeometricDistributionDraws Property |
Gets the number of draws parameter of the distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int Draws { get; }
Public ReadOnly Property Draws As Integer
Get
public:
property int Draws {
int get ();
}
member Draws : int with get
Property Value
Type:
Int32See Also