NormTwoSampleMeanX Property |
The mean of the first sample, x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double MeanX { get; }
Public ReadOnly Property MeanX As Double
Get
public:
property double MeanX {
double get ();
}
member MeanX : float with get
Property Value
Type:
Double
A
double containing the mean of
x.
See Also