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


In This Topic
    MQfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MQfI( _
       ByVal nQfI As System.IntPtr, _
       ByVal OQfI As System.Single, _
       ByVal pQfI As System.Single, _
       ByVal QQfI As System.IntPtr, _
       ByRef rQfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim nQfI As System.IntPtr
    Dim OQfI As System.Single
    Dim pQfI As System.Single
    Dim QQfI As System.IntPtr
    Dim rQfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.MQfI(nQfI, OQfI, pQfI, QQfI, rQfI)
    public static System.int MQfI( 
       System.IntPtr nQfI,
       System.float OQfI,
       System.float pQfI,
       System.IntPtr QQfI,
       out System.int rQfI
    )

    Parameters

    nQfI
    OQfI
    pQfI
    QQfI
    rQfI
    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