Accord.Statistics.Testing.Power.BaseOneSamplePowerAnalysis.ToString C# (CSharp) 메소드

ToString() 공개 메소드

Converts the numeric power of this test to its equivalent string representation.
public ToString ( ) : string
리턴 string
        public override string ToString()
        {
            return Power.ToString(System.Globalization.CultureInfo.CurrentCulture);
        }

Same methods

BaseOneSamplePowerAnalysis::ToString ( string format, IFormatProvider formatProvider ) : string