Click or drag to resize

GenerateRepeatSequenceT Method

Create an infinite sequence where each element has the same value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<T> RepeatSequence<T>(
	T value
)

Parameters

value  T
The value that each element should be set to.

Type Parameters

T
The type of the generated values.

Return Value

IEnumerableT
The generated sequence.
See Also