Vector<T>.WithName<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.0
C#
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.

See Also