YAMP.BarFunction.Function C# (CSharp) Method

Function() private method

private Function ( MatrixValue Y ) : BarPlotValue
Y MatrixValue
return BarPlotValue
        public BarPlotValue Function(MatrixValue Y)
        {
            var bp = new BarPlotValue();
            bp.AddPoints(Y);
            return bp;
        }