Matrix<T>.AddInPlace(T) Method

Adds a scalar to a matrix.

Definition

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

Parameters

value  T
The value to add.

Return Value

Matrix<T>
A reference to this instance.

See Also