IArrayFunctions<T, TShape, TArray>.SetValue 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.0
C#
void SetValue(
	TShape shape,
	T value,
	TArray operand
)

Parameters

shape  TShape
The number of elements in the array.
value  T
The value to assign to each element.
operand  TArray
The array that holds the operands.

See Also