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

CommunityPair() 공개 메소드

public CommunityPair ( ) : System
리턴 System
        public CommunityPair()
        {
            m_oCommunity1 = null;
            m_oCommunity2 = null;
            m_fDeltaQ = Community.DeltaQNotSet;

            
        }