ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _NumberArrayValidator Class / _NumberArrayValidator Constructor

In This Topic
    _NumberArrayValidator Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal strictMode As Boolean, _
       Optional ByVal length As Nullable(Of Integer), _
       Optional ByVal min As Nullable(Of Double), _
       Optional ByVal max As Nullable(Of Double) _
    )
    public _NumberArrayValidator( 
       bool strictMode,
       Nullable<int> length,
       Nullable<double> min,
       Nullable<double> max
    )

    Parameters

    strictMode
    length
    min
    max
    See Also