Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class / Ylt Method


In This Topic
    Ylt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function Ylt( _
       ByVal AMt() As System.Double, _
       ByVal bMt() As System.Double, _
       ByVal CMt As System.Integer, _
       ByVal dMt As System.Integer, _
       ByVal EMt As System.Boolean _
    ) As System.Double
    'Usage
     
    
    Dim AMt() As System.Double
    Dim bMt() As System.Double
    Dim CMt As System.Integer
    Dim dMt As System.Integer
    Dim EMt As System.Boolean
    Dim value As System.Double
     
    value = NGeometry2D.Ylt(AMt, bMt, CMt, dMt, EMt)
    internal static System.double Ylt( 
       System.double[] AMt,
       System.double[] bMt,
       System.int CMt,
       System.int dMt,
       System.bool EMt
    )

    Parameters

    AMt
    bMt
    CMt
    dMt
    EMt
    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