Trigrad.DataTypes.Sample.DepthNeighbours C# (CSharp) 메소드

DepthNeighbours() 공개 메소드

public DepthNeighbours ( int depth ) : List
depth int
리턴 List
        public List<Sample> DepthNeighbours(int depth)
        {
            return depthSelect(this, depth);
        }