Click or drag to resize

NumericColumnProxyBaseFromColumn Method

Creates an INumericColumnProxy from a given column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static INumericColumnProxy FromColumn(
	INumericColumn? column
)

Parameters

column  INumericColumn
The column.

Return Value

INumericColumnProxy
An instance of INumericColumnProxy. The type of instance returned depends on the type of the provided column (e.g. whether the column is part of the document or not).
See Also