Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NRelativeScaleBreakInflate Class / nvSG Method


In This Topic
    nvSG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function nvSG( _
       ByVal OvSG As System.Single, _
       ByVal pvSG As rSSG, _
       ByVal QvSG As rSSG _
    ) As System.Double
    'Usage
     
    
    Dim OvSG As System.Single
    Dim pvSG As rSSG
    Dim QvSG As rSSG
    Dim value As System.Double
     
    value = NRelativeScaleBreakInflate.nvSG(OvSG, pvSG, QvSG)
    internal static System.double nvSG( 
       System.float OvSG,
       rSSG pvSG,
       rSSG QvSG
    )

    Parameters

    OvSG
    pvSG
    QvSG
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also