CVB.Net 14.0
Range Struct Reference

Struct defining a range. More...

Public Member Functions

 Range (double min, double max)
 Constructor. More...
 

Properties

double Min [get, set]
 Inclusive minimum of the range.
 
double Max [get, set]
 Inclusive maximum of the range.
 

Detailed Description

Struct defining a range.

Constructor & Destructor Documentation

◆ Range()

Range ( double  min,
double  max 
)

Constructor.

Parameters
minInclusive minimum of the range.
maxInclusive maximum of the range.
Exceptions
ArgumentOutOfRangeExceptionIf min is > max .