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


In This Topic
    KEdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KEdI( _
       ByVal lEdI As System.IntPtr, _
       ByVal MEdI As System.Single, _
       ByVal nEdI As System.Single, _
       ByVal OEdI As System.Single, _
       ByVal pEdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim lEdI As System.IntPtr
    Dim MEdI As System.Single
    Dim nEdI As System.Single
    Dim OEdI As System.Single
    Dim pEdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.KEdI(lEdI, MEdI, nEdI, OEdI, pEdI)
    public static System.int KEdI( 
       System.IntPtr lEdI,
       System.float MEdI,
       System.float nEdI,
       System.float OEdI,
       System.float pEdI
    )

    Parameters

    lEdI
    MEdI
    nEdI
    OEdI
    pEdI
    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