ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Utility Class / clamp Method

In This Topic
    clamp Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function clamp( _
       ByVal value As Nullable(Of Double), _
       ByVal min As Nullable(Of Double), _
       ByVal max As Nullable(Of Double) _
    ) As Nullable(Of Double)
    public static Nullable<double> clamp( 
       Nullable<double> value,
       Nullable<double> min,
       Nullable<double> max
    )

    Parameters

    value
    min
    max
    See Also