Click or drag to resize

DoubleColumnAssignVector Property

Provides a setter property to which a vector can be assigned to. Copies all elements of the vector to this column. The getter property creates a wrapper for this data column that implements IVector. The length of the wrapped vector is set to the current Count of the DoubleColumn.

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

Property Value

IReadOnlyListDouble
See Also