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


In This Topic
    YhEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YhEI( _
       ByVal AIEI As System.IntPtr, _
       ByVal bIEI As System.IntPtr, _
       ByVal CIEI As System.Single, _
       ByVal dIEI As System.Single, _
       ByVal EIEI As System.Single, _
       ByVal fIEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim AIEI As System.IntPtr
    Dim bIEI As System.IntPtr
    Dim CIEI As System.Single
    Dim dIEI As System.Single
    Dim EIEI As System.Single
    Dim fIEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.YhEI(AIEI, bIEI, CIEI, dIEI, EIEI, fIEI)
    public static System.int YhEI( 
       System.IntPtr AIEI,
       System.IntPtr bIEI,
       System.float CIEI,
       System.float dIEI,
       System.float EIEI,
       System.float fIEI
    )

    Parameters

    AIEI
    bIEI
    CIEI
    dIEI
    EIEI
    fIEI
    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