Nevron .NET Vision
Nevron.Chart Namespace / NModParentOrderSelector Class / NModParentOrderSelector Constructor / NModParentOrderSelector Constructor(Int32,Int32)


In This Topic
    NModParentOrderSelector Constructor(Int32,Int32)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal modFactor As System.Integer, _
       ByVal value As System.Integer _
    )
    'Usage
     
    
    Dim modFactor As System.Integer
    Dim value As System.Integer
     
    Dim instance As New NModParentOrderSelector(modFactor, value)
    public NModParentOrderSelector( 
       System.int modFactor,
       System.int value
    )

    Parameters

    modFactor
    value
    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