Analyzer.FanMotif.FanMotif C# (CSharp) Method

FanMotif() public method

public FanMotif ( IVertex headVertex, IVertex leafVertices ) : Smrf.NodeXL.Core
headVertex IVertex
leafVertices IVertex
return Smrf.NodeXL.Core
        public FanMotif(IVertex headVertex,IVertex[] leafVertices)
        {
            m_oHeadVertex = headVertex;
            m_aoLeafVertices = leafVertices;
            m_dArcScale = 1.0;

        }
FanMotif