ABsoluteMaybe.Statistics.ZScore.ZScore C# (CSharp) Метод

ZScore() публичный Метод

public ZScore ( IEnumerable options ) : System
options IEnumerable
Результат System
        public ZScore(IEnumerable<Experiment.Option> options)
        {
            _options = options;
        }