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

In This Topic
    _toFixed Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _toFixed( _
       ByVal value As Double, _
       ByVal precision As Double, _
       ByVal truncate As Boolean _
    ) As Double
    public static double _toFixed( 
       double value,
       double precision,
       bool truncate
    )

    Parameters

    value
    precision
    truncate
    See Also