Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRange1DL Structure / NRange1DL Constructor / NRange1DL Constructor(NRange1DF)


In This Topic
    NRange1DL Constructor(NRange1DF)
    In This Topic
    Creates a new NRange1DL object from a NRange1DF object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal range As NRange1DF _
    )
    'Usage
     
    
    Dim range As NRange1DF
     
    Dim instance As New NRange1DL(range)
    public NRange1DL( 
       NRange1DF range
    )

    Parameters

    range
    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