Creates and returns an empty IRange
object with the specified upper and lower bound.
Creates and returns an empty IRange
object with the specified upper and lower bound.
IRange Range(double,double);
Creates and returns an empty IRange
object with the specified name
and upper and lower bounds.
IRange Range(double,double,string);