|  | OneSampleZTestDistribution Property | 
            Gets the distribution of the test statistic associated with this
            hypothesis test.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic NormalDistribution Distribution { get; }Public ReadOnly Property Distribution As NormalDistribution
	Get
public:
property NormalDistribution^ Distribution {
	NormalDistribution^ get ();
}member Distribution : NormalDistribution with get
Property Value
NormalDistribution See Also
See Also