Interval1D Constructor |
Namespace: Algs4Net
public Interval1D( double min, double max )
Exception | Condition |
---|---|
ArgumentException | if the min endpoint is greater than the max endpoint |
ArgumentException | if either min or max is double.NaN, double.POSITIVE_INFINITY or double.NEGATIVE_INFINITY |