Nevron.GraphicsCore Namespace / NRange1DD Structure / NRange1DD Constructor


NRange1DD Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal beginValue As System.Double, _
   ByVal endValue As System.Double _
)
 
'Usage
 
Dim beginValue As System.Double
Dim endValue As System.Double
 
Dim instance As New NRange1DD(beginValue, endValue)

Parameters

beginValue
endValue
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