|  | FDistributionMean Property | 
            Gets the mean of the distribution.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Mean { get; }Public ReadOnly Property Mean As Double
	Get
public:
virtual property double Mean {
	double get () sealed;
}abstract Mean : float with get
override Mean : float with get
Property Value
DoubleImplements
IRandomVariableMomentsMean Remarks
RemarksThe mean is not defined when the second degrees of freedom
            parameter is less than three. In this case Double.NaN is returned.
            
 See Also
See Also