public UncertainValue PopulationStandardDeviation { get; }
Public ReadOnly Property PopulationStandardDeviation As UncertainValue
Get
public:
property UncertainValue PopulationStandardDeviation {
UncertainValue get ();
}
member PopulationStandardDeviation : UncertainValue with get
Note that the value returned by this method is not exactly the square root of the value returned by PopulationVariance. This is not an error.