ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Math Class / PercentageAbsoluteToRelative Method
An double value (>= 0.0) that indicates the absolute percentage.

In This Topic
    PercentageAbsoluteToRelative Method
    In This Topic
    Convertes the relative percentage to absolute percentage.
    Syntax
    'Declaration
     
    
    Public Shared Function PercentageAbsoluteToRelative( _
       ByVal value As Double _
    ) As Double
    public static double PercentageAbsoluteToRelative( 
       double value
    )

    Parameters

    value
    An double value (>= 0.0) that indicates the absolute percentage.

    Return Value

    A double value that represents the relative percentage.
    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