Nevron.Chart Namespace / NRangeDataPoint Class / NRangeDataPoint Constructor / NRangeDataPoint Constructor(Double,Double,Double,Double,Double,Double)


In This Topic
    NRangeDataPoint Constructor(Double,Double,Double,Double,Double,Double)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal X1 As System.Double, _
       ByVal Y1 As System.Double, _
       ByVal Z1 As System.Double, _
       ByVal X2 As System.Double, _
       ByVal Y2 As System.Double, _
       ByVal Z2 As System.Double _
    )
    'Usage
     
    
    Dim X1 As System.Double
    Dim Y1 As System.Double
    Dim Z1 As System.Double
    Dim X2 As System.Double
    Dim Y2 As System.Double
    Dim Z2 As System.Double
     
    Dim instance As New NRangeDataPoint(X1, Y1, Z1, X2, Y2, Z2)
    public NRangeDataPoint( 
       System.double X1,
       System.double Y1,
       System.double Z1,
       System.double X2,
       System.double Y2,
       System.double Z2
    )

    Parameters

    X1
    Y1
    Z1
    X2
    Y2
    Z2
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also