Click or drag to resize

DataColumnAssignVector Property

Provides a setter property to which a vector can be assigned to. Copies all elements of the vector to this column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IReadOnlyList<double> AssignVector { set; }

Property Value

IReadOnlyListDouble
See Also