Nevron Open Vision Documentation
Nevron.Nov Namespace / NAngle Structure / NAngle Constructor / NAngle Constructor(Double,NUnit)


In This Topic
    NAngle Constructor(Double,NUnit)
    In This Topic
    Creates an NAngle object with the specified angle and measurement.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As System.Double, _
       ByVal unit As NUnit _
    )
    'Usage
     
    
    Dim value As System.Double
    Dim unit As NUnit
     
    Dim instance As New NAngle(value, unit)
    public NAngle( 
       System.double value,
       NUnit unit
    )

    Parameters

    value
    unit
    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