Click or drag to resize

FDistribution Constructor

Overload List
 NameDescription
Public methodFDistribution Initializes a new instance of the FDistribution class, using a StandardGenerator as underlying random number generator.
Public methodFDistribution(Generator) Initializes a new instance of the FDistribution class, using the specified Generator as underlying random number generator.
Public methodFDistribution(Double, Double) Initializes a new instance of the FDistribution class with the given parameters.
Public methodFDistribution(Double, Double, Generator) Initializes a new instance of the FDistribution class with the given parameters and generator.
Top
See Also