Vector<T>.With Name<C> Method
Sets the name of a vector to the specified value.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A reference to this vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.