Adds a scalar to a matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Matrix<T> AddInPlace(
T value
)
Public Overridable Function AddInPlace (
value As T
) As Matrix(Of T)
public:
virtual Matrix<T>^ AddInPlace(
T value
)
abstract AddInPlace :
value : 'T -> Matrix<'T>
override AddInPlace :
value : 'T -> Matrix<'T>
Parameters
- value
- Type: T
The value to add.
Return Value
Type:
MatrixTA reference to this instance.
Reference