ParameterVector<T>.Values Property

Gets a vector containing the value of each parameter.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T> Values { get; }

Property Value

Vector<T>

See Also