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


In This Topic
    YdEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YdEI( _
       ByVal AEEI As System.IntPtr, _
       ByVal bEEI As System.IntPtr, _
       ByVal CEEI As System.Single, _
       ByVal dEEI As System.Single, _
       ByVal EEEI As System.Single, _
       ByVal fEEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim AEEI As System.IntPtr
    Dim bEEI As System.IntPtr
    Dim CEEI As System.Single
    Dim dEEI As System.Single
    Dim EEEI As System.Single
    Dim fEEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.YdEI(AEEI, bEEI, CEEI, dEEI, EEEI, fEEI)
    public static System.int YdEI( 
       System.IntPtr AEEI,
       System.IntPtr bEEI,
       System.float CEEI,
       System.float dEEI,
       System.float EEEI,
       System.float fEEI
    )

    Parameters

    AEEI
    bEEI
    CEEI
    dEEI
    EEEI
    fEEI
    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