DateTimeInterval Constructor

Constructs a new interval.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DateTimeInterval(
	DateTime lowerBound,
	DateTime upperBound
)

Parameters

lowerBound  DateTime
DateTime value that specifies the lower bound of the interval.
upperBound  DateTime
DateTime value that specifies the upper bound of the interval.

See Also