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