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

ExceptionCondition
ArgumentNullExceptionbounds is nullNothingnullptr.
ArgumentExceptionThe elements of bounds are not in ascending order.