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


In This Topic
    dlfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dlfI( _
       ByVal ElfI As System.IntPtr, _
       ByVal flfI As System.Integer, _
       ByRef GlfI As System.Single, _
       ByVal hlfI() As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim ElfI As System.IntPtr
    Dim flfI As System.Integer
    Dim GlfI As System.Single
    Dim hlfI() As System.Single
    Dim value As System.Integer
     
    value = xYCI.dlfI(ElfI, flfI, GlfI, hlfI)
    public static System.int dlfI( 
       System.IntPtr ElfI,
       System.int flfI,
       out System.float GlfI,
       out System.float[] hlfI
    )

    Parameters

    ElfI
    flfI
    GlfI
    hlfI
    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