ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Math Class / PercentageRelativeToAbsolute Method
An double value (>= -1.0) that indicates the relative percentage.

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

    Parameters

    value
    An double value (>= -1.0) that indicates the relative percentage.

    Return Value

    A double value that represents the absolute 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