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