Constructs a new DateTimeScale using the specified boundaries.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ bounds As DateTime() _ ) |
| C# |
|---|
public DateTimeScale ( DateTime[] bounds ) |
| C++ |
|---|
public: DateTimeScale ( array<DateTime>^ bounds ) |
Parameters
- bounds ()
- A DateTime array that specifies the boundaries of the intervals.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | bounds is nullNothingnullptr. |
| ArgumentException | The elements of bounds are not in ascending order. |