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


In This Topic
    KpEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KpEI( _
       ByVal lpEI As System.IntPtr, _
       ByVal MpEI As System.IntPtr, _
       ByVal npEI As System.Integer, _
       ByVal OpEI As System.Integer, _
       ByVal ppEI As System.Integer, _
       ByVal QpEI As System.Integer, _
       ByVal rpEI As System.Single, _
       ByVal SpEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim lpEI As System.IntPtr
    Dim MpEI As System.IntPtr
    Dim npEI As System.Integer
    Dim OpEI As System.Integer
    Dim ppEI As System.Integer
    Dim QpEI As System.Integer
    Dim rpEI As System.Single
    Dim SpEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.KpEI(lpEI, MpEI, npEI, OpEI, ppEI, QpEI, rpEI, SpEI)
    public static System.int KpEI( 
       System.IntPtr lpEI,
       System.IntPtr MpEI,
       System.int npEI,
       System.int OpEI,
       System.int ppEI,
       System.int QpEI,
       System.float rpEI,
       System.float SpEI
    )

    Parameters

    lpEI
    MpEI
    npEI
    OpEI
    ppEI
    QpEI
    rpEI
    SpEI
    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