Note: This API is now obsolete.
Adds a constant to a vector.
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 Vector<T> Add(
T value
)
<ObsoleteAttribute("Use the AddInPlace method instead.")>
Public Function Add (
value As T
) As Vector(Of T)
public:
[ObsoleteAttribute(L"Use the AddInPlace method instead.")]
Vector<T>^ Add(
T value
)
[<ObsoleteAttribute("Use the AddInPlace method instead.")>]
member Add :
value : 'T -> Vector<'T>
Parameters
- value
- Type: T
The value to add.
Return Value
Type:
VectorTA reference to this instance.
Numerical Libraries
Obsolete (compiler warning) in 5.x
Reference