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)];
        }