Recurrence.Offset Method

Returns a recurrence at the specified offset from the current recurrence.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Recurrence Offset(
	double count,
	DateTimeUnit unit
)

Parameters

count  Double
The number of units.
unit  DateTimeUnit
The unit of count.

Return Value

Recurrence

See Also