Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CalculatedQuality Class / FromPercent Method
A percent value.



In This Topic
    FromPercent Method
    In This Topic
    Return a calculated quality instance matching a percent value.
    Syntax
    'Declaration
     
    Public Shared Function FromPercent( _
       ByVal percent As Single _
    ) As CalculatedQuality
    'Usage
     
    Dim percent As Single
    Dim value As CalculatedQuality
     
    value = CalculatedQuality.FromPercent(percent)
    public static CalculatedQuality FromPercent( 
       float percent
    )
    public:
    static CalculatedQuality^ FromPercent( 
       float percent
    ) 

    Parameters

    percent
    A percent value.

    Return Value

    A CalculatedQuality instance.
    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