Matrix<T>.SetValue(T) Method

Sets all elements of the matrix to the specified value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Matrix<T> SetValue(
	T value
)

Parameters

value  T
The new value.

Return Value

Matrix<T>

See Also