NuGenSciMath

NuGenBinomialProbability.SetRV Method 

When the base class function, GetResult(), is called, if the probability is cumulative then GetResult will call to set the Random variable then compute the probability and add it to the cumulative total.

[Visual Basic]
Overrides Protected Sub SetRV( _
   ByVal Y As Integer _
)
[C#]
protected override void SetRV(
   int Y
);

Parameters

Y

See Also

NuGenBinomialProbability Class | Genetibase.MathX Namespace