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


In This Topic
    jrEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function jrEI( _
       ByVal KrEI As System.IntPtr, _
       ByVal lrEI As System.IntPtr, _
       ByVal MrEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim KrEI As System.IntPtr
    Dim lrEI As System.IntPtr
    Dim MrEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.jrEI(KrEI, lrEI, MrEI)
    public static System.int jrEI( 
       System.IntPtr KrEI,
       System.IntPtr lrEI,
       System.float MrEI
    )

    Parameters

    KrEI
    lrEI
    MrEI
    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