Click or drag to resize

ChiSquareDistribution Constructor

Overload List
 NameDescription
Public methodChiSquareDistribution Initializes a new instance of the ChiSquareDistribution class using the default generator.
Public methodChiSquareDistribution(Double) Initializes a new instance of the ChiSquareDistribution class using the specified degrees of freedom and the default generator.
Public methodChiSquareDistribution(Generator) Initializes a new instance of the ChiSquareDistribution class using the specified random number generator.
Public methodChiSquareDistribution(Double, Generator) Initializes a new instance of the ChiSquareDistribution class using the specified degrees of freedom and random number generator.
Top
See Also