Algorithmix.Shred.GetThresholded C# (CSharp) Метод

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

public GetThresholded ( Direction direction, Orientation orientation = Orientation.Regular ) : double[]
direction Direction
orientation Orientation
Результат double[]
        public double[] GetThresholded(Direction direction, Orientation orientation = Orientation.Regular)
        {
            return Thresholded[Index(direction, orientation)];
        }