Analyzer.Community.Community C# (CSharp) 메소드

Community() 공개 메소드

public Community ( ) : Smrf.NodeXL.Core
리턴 Smrf.NodeXL.Core
        public Community()
        {
            m_iID = 0;
            m_oCommunityPairs = new SortedList<Int32, CommunityPair>();
            m_oCommunityPairWithMaximumDeltaQ = null;
            m_oVertices = new LinkedList<IVertex>();
            m_iDegree = 0;

            
        }