IArrayFunctions<T, TShape, TArray>.SetValue 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#
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