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


In This Topic
    YIGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YIGI( _
       ByVal AjGI As System.IntPtr, _
       ByVal bjGI As System.Single, _
       ByVal CjGI As System.Single, _
       ByVal djGI As System.Single, _
       ByVal EjGI As System.Single, _
       ByVal fjGI As System.Single, _
       ByVal GjGI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim AjGI As System.IntPtr
    Dim bjGI As System.Single
    Dim CjGI As System.Single
    Dim djGI As System.Single
    Dim EjGI As System.Single
    Dim fjGI As System.Single
    Dim GjGI As System.Single
    Dim value As System.Integer
     
    value = xYCI.YIGI(AjGI, bjGI, CjGI, djGI, EjGI, fjGI, GjGI)
    public static System.int YIGI( 
       System.IntPtr AjGI,
       System.float bjGI,
       System.float CjGI,
       System.float djGI,
       System.float EjGI,
       System.float fjGI,
       System.float GjGI
    )

    Parameters

    AjGI
    bjGI
    CjGI
    djGI
    EjGI
    fjGI
    GjGI
    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