|   | DegenerateDistribution Constructor (Int32) | 
        
          
    Namespace: 
   Accord.Statistics.Distributions.Univariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic DegenerateDistribution(
	[IntegerAttribute(-2147483648, 2147483647)] int value
)
Public Sub New ( 
	<IntegerAttribute(-2147483648, 2147483647)> value As Integer
)
Parameters
- value
- Type: SystemInt32
 The only value whose probability is different from zero. Default is zero.
 See Also
See Also