GenerateRepeatSequenceT Method |
Create an infinite sequence where each element has the same value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IEnumerableTThe generated sequence.
See Also