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


In This Topic
    npfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function npfI( _
       ByVal OpfI As System.IntPtr, _
       ByVal ppfI As System.Single, _
       ByVal QpfI As System.Single, _
       ByRef rpfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim OpfI As System.IntPtr
    Dim ppfI As System.Single
    Dim QpfI As System.Single
    Dim rpfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.npfI(OpfI, ppfI, QpfI, rpfI)
    public static System.int npfI( 
       System.IntPtr OpfI,
       System.float ppfI,
       System.float QpfI,
       out System.int rpfI
    )

    Parameters

    OpfI
    ppfI
    QpfI
    rpfI
    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