ManagedArrayFunctions<T>.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#
public void SetValue(
	int length,
	T value,
	ArraySlice<T> operand
)

Parameters

length  Int32
The number of elements in the array.
value  T
A value.
operand  ArraySlice<T>
The array that holds the operands.

Implements

IArrayFunctions<T, TShape, TArray>.SetValue(TShape, T, TArray)

See Also