Create an array with each field set to the same value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static T[] Repeat<T>(
int length,
T value
)
Parameters
- length Int32
- The number of samples to generate.
- value T
- The value that each field should be set to.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.Generate.Repeat``1(System.Int32,``0)"]
Return Value
T[Missing <returns> documentation for "M:Altaxo.Calc.Generate.Repeat``1(System.Int32,``0)"]
See Also