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


In This Topic
    dQdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dQdI( _
       ByRef EQdI As dnQI, _
       ByVal fQdI As System.Integer, _
       ByVal GQdI As System.Integer, _
       ByVal hQdI As System.Single, _
       ByVal IQdI As System.Boolean, _
       ByVal jQdI As System.Integer, _
       ByRef KQdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim EQdI As dnQI
    Dim fQdI As System.Integer
    Dim GQdI As System.Integer
    Dim hQdI As System.Single
    Dim IQdI As System.Boolean
    Dim jQdI As System.Integer
    Dim KQdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.dQdI(EQdI, fQdI, GQdI, hQdI, IQdI, jQdI, KQdI)
    public static System.int dQdI( 
       ref dnQI EQdI,
       System.int fQdI,
       System.int GQdI,
       System.float hQdI,
       System.bool IQdI,
       System.int jQdI,
       out System.IntPtr KQdI
    )

    Parameters

    EQdI
    fQdI
    GQdI
    hQdI
    IQdI
    jQdI
    KQdI
    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