Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumnNumericFilter Class / NTreeListColumnNumericFilter Constructor / NTreeListColumnNumericFilter Constructor(Decimal,Decimal,CommonNumericOptions)
The first (main) value of the filter.
Secondary (optional) value of the filter. Used when the number option is 'Between'
A CommonNumericOptions value which specifies the number operation the filter will perform.


In This Topic
    NTreeListColumnNumericFilter Constructor(Decimal,Decimal,CommonNumericOptions)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal val1 As System.Decimal, _
       ByVal val2 As System.Decimal, _
       ByVal options As CommonNumericOptions _
    )
    'Usage
     
    
    Dim val1 As System.Decimal
    Dim val2 As System.Decimal
    Dim options As CommonNumericOptions
     
    Dim instance As New NTreeListColumnNumericFilter(val1, val2, options)
    public NTreeListColumnNumericFilter( 
       System.decimal val1,
       System.decimal val2,
       CommonNumericOptions options
    )

    Parameters

    val1
    The first (main) value of the filter.
    val2
    Secondary (optional) value of the filter. Used when the number option is 'Between'
    options
    A CommonNumericOptions value which specifies the number operation the filter will perform.
    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