ParameterVector<T>.Values Property

Gets a vector containing the value of each parameter.

Definition

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

Property Value

Vector<T>

See Also