NuGenSciMath

NuGenBox2F Constructor 

[Visual Basic]
Public Sub New( _
   ByVal lower As NuGenPnt2F, _
   ByVal upper As NuGenPnt2F _
)
[C#]
public NuGenBox2F(
   NuGenPnt2F lower,
   NuGenPnt2F upper
);

See Also

NuGenBox2F Class | Genetibase.MathX Namespace