ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / Math Class / log10 Method

In This Topic
    log10 Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function log10( _
       ByVal v As Nullable(Of Double) _
    ) As Double
    public static double log10( 
       Nullable<double> v
    )

    Parameters

    v
    See Also