Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphCrossingReductorBase Class / GetNumberOfCrossings Method / GetNumberOfCrossings() Method


In This Topic
    GetNumberOfCrossings() Method
    In This Topic
    Gets the number of crossings for the initial ordering of layer 2, i.e. 0, 1, 2, ..., n.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetNumberOfCrossings() As System.Integer
    'Usage
     
    
    Dim instance As NGraphCrossingReductorBase
    Dim value As System.Integer
     
    value = instance.GetNumberOfCrossings()
    public virtual System.int GetNumberOfCrossings()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also