IArray Functions<T, TShape, TArray>.Set Value Method
Sets all elements in the array to the specified value.
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
void SetValue(
TShape shape,
T value,
TArray operand
)