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


In This Topic
    MddI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MddI( _
       ByVal nddI As System.IntPtr, _
       ByVal OddI As System.IntPtr, _
       ByVal pddI As System.Integer, _
       ByVal QddI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim nddI As System.IntPtr
    Dim OddI As System.IntPtr
    Dim pddI As System.Integer
    Dim QddI As System.Single
    Dim value As System.Integer
     
    value = xYCI.MddI(nddI, OddI, pddI, QddI)
    public static System.int MddI( 
       System.IntPtr nddI,
       System.IntPtr OddI,
       System.int pddI,
       System.float QddI
    )

    Parameters

    nddI
    OddI
    pddI
    QddI
    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