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


In This Topic
    YQfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YQfI( _
       ByVal ArfI As System.IntPtr, _
       ByVal brfI As System.Single, _
       ByVal CrfI As System.Single, _
       ByVal drfI As System.Single, _
       ByVal ErfI As System.Single, _
       ByVal frfI As System.IntPtr, _
       ByRef GrfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim ArfI As System.IntPtr
    Dim brfI As System.Single
    Dim CrfI As System.Single
    Dim drfI As System.Single
    Dim ErfI As System.Single
    Dim frfI As System.IntPtr
    Dim GrfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.YQfI(ArfI, brfI, CrfI, drfI, ErfI, frfI, GrfI)
    public static System.int YQfI( 
       System.IntPtr ArfI,
       System.float brfI,
       System.float CrfI,
       System.float drfI,
       System.float ErfI,
       System.IntPtr frfI,
       out System.int GrfI
    )

    Parameters

    ArfI
    brfI
    CrfI
    drfI
    ErfI
    frfI
    GrfI
    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