Note: This API is now obsolete.
Adds a constant to a matrix and returns the result.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
[ObsoleteAttribute("Use the AddInPlace method instead.")]
public Matrix<T> Add(
T value
)
<ObsoleteAttribute("Use the AddInPlace method instead.")>
Public Function Add (
value As T
) As Matrix(Of T)
public:
[ObsoleteAttribute(L"Use the AddInPlace method instead.")]
Matrix<T>^ Add(
T value
)
[<ObsoleteAttribute("Use the AddInPlace method instead.")>]
member Add :
value : 'T -> Matrix<'T>
Parameters
- value
- Type: T
The value to add.
Return Value
Type:
MatrixTA reference to this instance.
Numerical Libraries
Obsolete (compiler warning) in 5.x
Reference