Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / QQGI Method


In This Topic
    QQGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function QQGI( _
       ByVal rQGI As System.IntPtr, _
       ByVal SQGI As System.Single, _
       ByVal tQGI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim rQGI As System.IntPtr
    Dim SQGI As System.Single
    Dim tQGI As System.Single
    Dim value As System.Integer
     
    value = xYCI.QQGI(rQGI, SQGI, tQGI)
    public static System.int QQGI( 
       System.IntPtr rQGI,
       System.float SQGI,
       System.float tQGI
    )

    Parameters

    rQGI
    SQGI
    tQGI
    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