Click or drag to resize

ConstantDoubleColumn Class

A column whose rows all have the same value (of type Double).
Inheritance Hierarchy
SystemObject
  Altaxo.DataConstantDoubleColumn

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class ConstantDoubleColumn : INumericColumn, 
	IReadableColumn, ICloneable, INumericSequence<double>, IImmutable

The ConstantDoubleColumn type exposes the following members.

Constructors
 NameDescription
Public methodConstantDoubleColumn Initializes a new instance of the ConstantDoubleColumn class.
Public methodConstantDoubleColumn(Double) Initializes a new instance of the ConstantDoubleColumn class with the specified value.
Top
Properties
 NameDescription
Public propertyConstantValue Gets the constant value returned by this column.
Public propertyCount Gets the number of rows if known.
Public propertyFullName The full name of this column (Gui culture)
Public propertyIsEditable Gets a value indicating whether the column is editable.
Public propertyItem Simply returns the value i.
Public propertyItemType Gets the type of the colum's items.
Top
Methods
 NameDescription
Public methodClone Creates a cloned instance of this object.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsElementEmpty This returns always true.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Public methodWithConstantValue Returns a copy of this column with a different constant value.
Top
Extension Methods
 NameDescription
Public Extension MethodGetUnderlyingDataColumnOrDefault Gets the underlying data column (of type DataColumn) or the default value null.
(Defined by TransformedReadableColumnExtensions)
Public Extension MethodToHorzROMatrix This returns a horizontal oriented, readonly matrix of a DoubleColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn for selected rows.
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToROVector This returns a read-only vector of a INumericColumn
(Defined by DataColumnWrapper)
Public Extension MethodToVertROMatrix This returns a vertical oriented, readonly matrix of a DoubleColumn
(Defined by DataColumnWrapper)
Top
See Also