Vector<T>.With Name<C> Method
Sets the name of a vector to the specified value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A reference to this vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<T> WithName<C>(
C name
)
Parameters
- name C
- The value of the name.
Type Parameters
- C
- The type of the name.
Return Value
Vector<T>A reference to this vector.