Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAngularScale Class / hEQG Method


In This Topic
    hEQG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function hEQG( _
       ByVal IEQG() As NAngle, _
       ByVal jEQG As NUnit _
    ) As System.Double()
    'Usage
     
    
    Dim IEQG() As NAngle
    Dim jEQG As NUnit
    Dim value() As System.Double
     
    value = NAngularScale.hEQG(IEQG, jEQG)
    internal static System.double[] hEQG( 
       NAngle[] IEQG,
       NUnit jEQG
    )

    Parameters

    IEQG
    jEQG
    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