Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NScaleBreakInflate Class / njC Method


In This Topic
    njC Method (NScaleBreakInflate)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Function njC( _
       ByVal xvSG As rSSG, _
       ByVal YvSG As rSSG _
    ) As System.Double
    'Usage
     
    
    Dim instance As NScaleBreakInflate
    Dim xvSG As rSSG
    Dim YvSG As rSSG
    Dim value As System.Double
     
    value = instance.njC(xvSG, YvSG)
    internal abstract System.double njC( 
       rSSG xvSG,
       rSSG YvSG
    )

    Parameters

    xvSG
    YvSG
    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