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


In This Topic
    xpfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function xpfI( _
       ByVal YpfI As System.IntPtr, _
       ByVal AQfI As System.Single, _
       ByVal bQfI As System.Single, _
       ByVal CQfI As System.Single, _
       ByVal dQfI As System.Single, _
       ByRef EQfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim YpfI As System.IntPtr
    Dim AQfI As System.Single
    Dim bQfI As System.Single
    Dim CQfI As System.Single
    Dim dQfI As System.Single
    Dim EQfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.xpfI(YpfI, AQfI, bQfI, CQfI, dQfI, EQfI)
    public static System.int xpfI( 
       System.IntPtr YpfI,
       System.float AQfI,
       System.float bQfI,
       System.float CQfI,
       System.float dQfI,
       out System.int EQfI
    )

    Parameters

    YpfI
    AQfI
    bQfI
    CQfI
    dQfI
    EQfI
    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