Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NInline Class / pfl Method


In This Topic
    pfl Method (NInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Function pfl( _
       ByVal StMC As System.Double, _
       ByVal ttMC As System.Integer, _
       ByRef UtMC As System.Double, _
       ByVal vtMC() As System.Double, _
       ByVal WtMC() As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NInline
    Dim StMC As System.Double
    Dim ttMC As System.Integer
    Dim UtMC As System.Double
    Dim vtMC() As System.Double
    Dim WtMC() As System.Boolean
    Dim value As System.Boolean
     
    value = instance.pfl(StMC, ttMC, UtMC, vtMC, WtMC)
    internal abstract System.bool pfl( 
       System.double StMC,
       System.int ttMC,
       ref System.double UtMC,
       System.double[] vtMC,
       System.bool[] WtMC
    )

    Parameters

    StMC
    ttMC
    UtMC
    vtMC
    WtMC
    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