Data |
public abstract class DataColumn : SuspendableDocumentLeafNodeWithEventArgs, IEventIndicatedDisposable, IDisposable, ITunnelingEventSource, IReadableColumn, ICloneable, IWriteableColumn, IList<AltaxoVariant>, ICollection<AltaxoVariant>, IEnumerable<AltaxoVariant>, IEnumerable
The DataColumn type exposes the following members.
Name | Description | |
---|---|---|
DataColumn | Constructs a data column with no name associated. |
Name | Description | |
---|---|---|
AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
AssignVector | Provides a setter property to which a vector can be assigned to. Copies all elements of the vector to this column. | |
Count | Returns the row count, i.e. the one more than the index to the last valid data element in the column. | |
Data | Provides a setter property to which another data column can be assigned to. Copies all elements of the other DataColumn to this column. An exception is thrown if the data types of both columns are incompatible. See also CopyDataFrom(Object). | |
Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
FullName | Returns either the column name if the column has no parent table, or the parent table name, followed by a backslash and the column name if the column has a table. | |
IsDirty | Column is dirty if either there are new changed or deleted rows, and no data changed event was fired for notification. This value is reseted after the data changed event has notified the change. | |
IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsReadOnly | ||
IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode) | |
Item | Gets/sets the element at the index i by a value of type AltaxoVariant. | |
ItemType | Gets the type of the colum's items. | |
Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase) | |
ParentObject |
Get / sets the parent object of this data column.
(Overrides SuspendableDocumentNodeBaseParentObject) | |
TypeAndName | Returns the column type followed by a backslash and the column name. |
Name | Description | |
---|---|---|
AccumulateChangeData(Object, EventArgs) |
Accumulates the change data of the child. Currently only a flag is set to signal that the table has changed.
(Overrides SuspendableDocumentLeafNodeWithEventArgsAccumulateChangeData(Object, EventArgs)) | |
AccumulateChangeData(Int32, Int32, Boolean) | Accumulates the change data provided in the arguments into the m_ChangeData member. | |
AccumulatedChangeData_SetBackAfterResumeAndSuspend |
Sets the change data without further processing. This function is infrastructure and intended to use only in OnResume after the parent has suspended this node again.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
AccumulatedEventData_Clear |
Clears the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
AccumulatedEventData_HasZeroOrOneEventArg |
Determines whether there is no or only one single event arg accumulated. If this is the case, the return value is true. If there is one event arg accumulated, it is returned in the argument singleEventArg.
The return value is false if there is more than one event arg accumulated. In this case the singleEventArg is null on return, and the calling function should use AccumulatedEventData to
enumerate all accumulated event args.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
Add | ||
Append | Appends data from another column to this column | |
AppendToPosition | Appends data from another column to this column | |
ChildDisposeMemberT |
Helper function to dispose a child node of this instance. It helps to ensure the correct order: first, the child node is set to null and only then the child node is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
Clear | Clears all rows. | |
Clone | Creates a cloned instance of this object. | |
Contains | ||
CopyDataFrom | Copies the contents of another column o to this column. An exception should be thrown if the data types of both columns are incompatible. | |
CopyHeaderInformationFrom | copies the header information, like label and so on from another column to this column ColumnName and ColumnNumber is not copied! | |
CopyTo | ||
CreateColumnOfSelectedRows(IAscendingIntegerCollection) | Creates a new column, consisting only of the selected rows of the original column. | |
CreateColumnOfSelectedRows(DataColumn, IAscendingIntegerCollection) | Creates a new column, consisting only of the selected rows of the original column x. If x is null, a new DoubleColumn will be returned, consisting of the selected row indices. | |
CreateColumnOfSelectedRows(DataColumn, IAscendingIntegerCollection, Int32) | Creates a new column, consisting only of the selected rows of the original column x. If x is null, a new DoubleColumn will be returned, consisting of the selected row indices. | |
CreateInstanceOfType | ||
CutToMaximumLength | Cuts the column to the provided length. The actual length of the column may be less than the provided parameter if the column contains empty elements. | |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from SuspendableDocumentNodeBase) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from SuspendableDocumentNodeBase) | |
EhParentTunnelingEventHappened |
Is called by the parent when a tunneling event happened into the parent.
(Inherited from SuspendableDocumentNodeBase) | |
EhSelfChanged |
Calls EhSelfChanged with EventArgs.Empty
(Inherited from SuspendableDocumentLeafNodeWithEventArgs) | |
EhSelfChanged(EventArgs) |
Called if some member of this instance itself has changed.
(Inherited from SuspendableDocumentLeafNode) | |
EhSelfChanged(Int32, Int32, Boolean) | This function has to be called by derived classes if any changes in their data occur. | |
EhSelfTunnelingEventHappened(TunnelingEventArgs) |
Is called by this instance if a tunneling event happened into this instance. The tunneling event triggers the TunneledEvent and is additionally distributed to all childs of this instance.
(Inherited from SuspendableDocumentNodeBase) | |
EhSelfTunnelingEventHappened(TunnelingEventArgs, Boolean) |
Is called by this instance if a tunneling event happened into this instance.
The tunneling event triggers the TunneledEvent and is - depending on the provided parameter - also distributed to all childs of this instance.
(Inherited from SuspendableDocumentNodeBase) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize |
Finalizes an instance of the SuspendableDocumentNodeBase class.
(Inherited from SuspendableDocumentNodeBase) | |
GetColumnStyleType | Returns the type of the associated ColumnStyle for use in a worksheet view. | |
GetColumnTypeAppropriateForElementType | Gets the column typeappropriate for the given element type. Example: when typeof(double) is given, the return value is typeof(DoubleColumn). | |
GetEnumerator | ||
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetVariantAt | This returns the value at a given index i as AltaxoVariant. | |
HandleLowPriorityChildChangeCases |
Handles the cases when a child changes, but a reaction is neccessary only if the table is not suspended currently.
(Inherited from SuspendableDocumentLeafNode) | |
IndexOf | ||
IndicesOf | Gets all indices where the element is equal to the value given in item. | |
Insert | ||
InsertRows | Inserts nCount empty rows before row number nBeforeRow. | |
IsElementEmpty | This function is used to determine if the element at index i is valid or not. If it is valid, the derived class function has to return false. If it is empty or not valid, the function has to return true. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnAboutToBeResumed |
Is called when the suspend level is still 1 (one), but is about to fall to zero, i.e. shortly before the call to OnResume. This function is not called before OnResumeSilently!
(Inherited from SuspendableDocumentLeafNode) | |
OnChanged |
Fires the change event with the EventArgs provided in the argument.
(Inherited from SuspendableDocumentNodeBase) | |
OnResume |
Is called when the suspend level falls down from 1 to zero by a call to Resume or a call to [M:Altaxo.Main.ISuspendToken.Dispose()].
(Inherited from SuspendableDocumentLeafNode) | |
OnResumeSilently |
Is called when the suspend level falls down from 1 to zero by a call to ResumeSilently.
The implementation should delete any accumulated events, should also disarm the suspendTokens of the childs of this object, and should not fire any Changed events nor set the change state of the object to dirty.
(Inherited from SuspendableDocumentLeafNode) | |
OnSuspended |
Called when the suspend level has just gone from 0 to 1, i.e. the object was suspended.
(Inherited from SuspendableDocumentLeafNode) | |
OnTunnelingEvent |
Fires the TunneledEvent event.
(Inherited from SuspendableDocumentNodeBase) | |
Remove | ||
RemoveAt | ||
RemoveRows | Removes a number of rows (given by nCount) beginning from nFirstRow, i.e. remove rows number nFirstRow ... nFirstRow+nCount-1. | |
Resume(ISuspendToken) |
Resumes changed events by calling Resume for the provided suspend token, and setting the reference to the suspend token to null.
If Event data were accumulated during the suspended state, a changed event is triggered for each event data.
(Inherited from SuspendableDocumentNodeBase) | |
Resume(ISuspendToken, EventFiring) |
Resumes changed events, either with taking the accumulated event data into account (see Resume(ISuspendToken)) or discarding the accumulated event data (see ResumeSilently(ISuspendToken),
depending on the provided argument eventFiring.
(Inherited from SuspendableDocumentNodeBase) | |
ResumeCompleteTemporarily |
Resumes the object completely for only a short time. Thus, if object was suspended before, it will be suspended again when the function returns.
(Inherited from SuspendableDocumentLeafNode) | |
ResumeCompleteTemporarilyGetToken |
Resumes the object completely for the time the returned token is referenced and not disposed.
The return value is a token that had 'absorbed' the suspend count of the object, resulting in the suspend count
of the object dropped to 0 (zero). When the returned token is finally disposed, the suspend count of the object is increased again by the 'absorbed' suspend count.
(Inherited from SuspendableDocumentLeafNode) | |
ResumeSilently |
Resumes changed events by calling Resume for the provided suspend token, and setting the reference to the suspend token to null.
All event data accumulated during the suspended state are discarded, and thus no change event is triggered even if the instance has changed during the suspended state.
(Inherited from SuspendableDocumentNodeBase) | |
SetDisposeInProgress |
Sets the flag that dispose is in progress for this node and all child nodes recursively.
(Inherited from SuspendableDocumentNodeBase) | |
SetElementEmpty | This clears the cell at index i. | |
SetMemberAndRaiseSelfChangedT(NullableT, NullableT) |
Sets a member variable of this instance and raise a change event with Empty if the new value is different from the old value.
The comparison is done using the IEquatableT interface of the member variable.
Note: to set members that implement IDocumentNode please use the Child... functions.
(Inherited from SuspendableDocumentNodeBase) | |
SetMemberAndRaiseSelfChangedT(T, T) |
Sets a member variable of this instance and raise a change event with Empty if the new value is different from the old value.
The comparison is done using the IEquatableT interface of the member variable.
Note: to set members that implement IDocumentNode please use the Child... functions.
(Inherited from SuspendableDocumentNodeBase) | |
SetMemberEnumAndRaiseSelfChangedT |
Sets a member variable (which is an Enum) of this instance and raise a change event with Empty if the new value is different from the old value.
The comparison is done using the IEquatableT interface of the member variable.
Note: to set members that implement IDocumentNode please use the Child... functions.
(Inherited from SuspendableDocumentNodeBase) | |
SetValueAt | Sets the value at a given index i with a value val, which is a AltaxoVariant. | |
SuspendGetToken |
Suspend will increase the SuspendLevel.
(Inherited from SuspendableDocumentLeafNode) | |
ToROVector | Creates a wrapper that implements IROVector with starting index = 0 and number of elements = Count. | |
ToROVector(Int32, Int32) | Creates a wrapper that implements IROVector. | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
ToVector | Creates a wrapper that implements IVector with starting index = 0 and number of elements = Count. | |
ToVector(Int32, Int32) | Creates a wrapper that implements IVector. | |
TryGetName |
Test if this item already has a name.
(Inherited from SuspendableDocumentNodeBase) | |
vop_Addition(AltaxoVariant, DataColumn) | ||
vop_Addition(DataColumn, DataColumn) | Adds another data column to this data column (item by item). | |
vop_Addition_Rev(AltaxoVariant, DataColumn) | ||
vop_Addition_Rev(DataColumn, DataColumn) | ||
vop_And(AltaxoVariant, DataColumn) | ||
vop_And(DataColumn, DataColumn) | ||
vop_And_Rev(AltaxoVariant, DataColumn) | ||
vop_And_Rev(DataColumn, DataColumn) | ||
vop_Complement | ||
vop_Decrement | ||
vop_Division(AltaxoVariant, DataColumn) | ||
vop_Division(DataColumn, DataColumn) | Divides this data column by another data column(item by item). | |
vop_Division_Rev(AltaxoVariant, DataColumn) | ||
vop_Division_Rev(DataColumn, DataColumn) | ||
vop_False | ||
vop_Greater(AltaxoVariant, DataColumn) | ||
vop_Greater(DataColumn, DataColumn) | ||
vop_Greater_Rev(AltaxoVariant, DataColumn) | ||
vop_Greater_Rev(DataColumn, DataColumn) | ||
vop_GreaterOrEqual(AltaxoVariant, DataColumn) | ||
vop_GreaterOrEqual(DataColumn, DataColumn) | ||
vop_GreaterOrEqual_Rev(AltaxoVariant, DataColumn) | ||
vop_GreaterOrEqual_Rev(DataColumn, DataColumn) | ||
vop_Increment | ||
vop_Lesser(AltaxoVariant, DataColumn) | ||
vop_Lesser(DataColumn, DataColumn) | ||
vop_Lesser_Rev(AltaxoVariant, DataColumn) | ||
vop_Lesser_Rev(DataColumn, DataColumn) | ||
vop_LesserOrEqual(AltaxoVariant, DataColumn) | ||
vop_LesserOrEqual(DataColumn, DataColumn) | ||
vop_LesserOrEqual_Rev(AltaxoVariant, DataColumn) | ||
vop_LesserOrEqual_Rev(DataColumn, DataColumn) | ||
vop_Minus | ||
vop_Modulo(AltaxoVariant, DataColumn) | ||
vop_Modulo(DataColumn, DataColumn) | ||
vop_Modulo_Rev(AltaxoVariant, DataColumn) | ||
vop_Modulo_Rev(DataColumn, DataColumn) | ||
vop_Multiplication(AltaxoVariant, DataColumn) | ||
vop_Multiplication(DataColumn, DataColumn) | Multiplies another data column to this data column (item by item). | |
vop_Multiplication_Rev(AltaxoVariant, DataColumn) | ||
vop_Multiplication_Rev(DataColumn, DataColumn) | ||
vop_Not | ||
vop_Or(AltaxoVariant, DataColumn) | ||
vop_Or(DataColumn, DataColumn) | ||
vop_Or_Rev(AltaxoVariant, DataColumn) | ||
vop_Or_Rev(DataColumn, DataColumn) | ||
vop_Plus | ||
vop_ShiftLeft(AltaxoVariant, DataColumn) | ||
vop_ShiftLeft(DataColumn, DataColumn) | ||
vop_ShiftLeft_Rev(AltaxoVariant, DataColumn) | ||
vop_ShiftLeft_Rev(DataColumn, DataColumn) | ||
vop_ShiftRight(AltaxoVariant, DataColumn) | ||
vop_ShiftRight(DataColumn, DataColumn) | ||
vop_ShiftRight_Rev(AltaxoVariant, DataColumn) | ||
vop_ShiftRight_Rev(DataColumn, DataColumn) | ||
vop_Subtraction(AltaxoVariant, DataColumn) | ||
vop_Subtraction(DataColumn, DataColumn) | Subtracts another data column from this data column (item by item). | |
vop_Subtraction_Rev(AltaxoVariant, DataColumn) | ||
vop_Subtraction_Rev(DataColumn, DataColumn) | ||
vop_True | ||
vop_Xor(AltaxoVariant, DataColumn) | ||
vop_Xor(DataColumn, DataColumn) | ||
vop_Xor_Rev(AltaxoVariant, DataColumn) | ||
vop_Xor_Rev(DataColumn, DataColumn) |
Name | Description | |
---|---|---|
Changed | Fired when something in the object has changed, and the object is not suspended. (Inherited from SuspendableDocumentNodeBase) | |
TunneledEvent |
The event that is fired when the object is disposed. First argument is the sender, second argument is the original source, and third argument is the event arg.
(Inherited from SuspendableDocumentNodeBase) |
Name | Description | |
---|---|---|
_accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
_addSpace | If the capacity of the column is not enough, a new array is aquired, with the new size newSize = addSpace+increaseFactor*oldSize. | |
_increaseFactor | If the capacity of the column is not enough, a new array is aquired, with the new size newSize = addSpace+increaseFactor*oldSize. | |
_parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) |
Name | Description | |
---|---|---|
AddRangeAltaxoVariant |
Adds a range of items to a collection.
(Defined by ListExtensions) | |
ExchangePositionsAltaxoVariant |
Exchange the positions of two items in a list.
(Defined by ListExtensions) | |
FillWithAltaxoVariant | (Defined by ListExtensions) | |
FirstOrAltaxoVariant |
Returns the first value of the enumeration, or, if the enumeration is empty, the other value provided in the arguments.
(Defined by EnumerableExtensions) | |
FlattenFromRootToLeavesAltaxoVariant |
Converts a recursive data structure into a flat list. The root element is enumerated before its corresponding child element(s).
(Defined by EnumerableExtensions) | |
ForEachDoAltaxoVariant |
Executes an action for each element of the sequence.
(Defined by EnumerableExtensions) | |
GetUnderlyingDataColumnOrDefault |
Gets the underlying data column (of type DataColumn) or the default value null.
(Defined by TransformedReadableColumnExtensions) | |
HasSingleElementAltaxoVariant |
Determines whether the specified enumeration has exactly one element.
(Defined by EnumerableExtensions) | |
IndexOfAltaxoVariant |
Gets the index of an item in a enumeration or list.
(Defined by ListExtensions) | |
IndexOfFirstAltaxoVariant |
Gets the index the of first item in list that fulfills the predicate predicate (Defined by ListExtensions) | |
IndexOfFirstAltaxoVariant |
Gets the index the of first item in list that fulfills the predicate predicate (Defined by ListExtensions) | |
IndexOfLastAltaxoVariant |
Gets the index the of last item in list that fulfills the predicate predicate (Defined by ListExtensions) | |
IndexOfMaxAltaxoVariant | Return the index of the element with the maximum value in an enumerable.
If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned. (Defined by EnumerableExtensions) | |
IndexOfMinAltaxoVariant | Return the index of the element with the minimum value in an enumerable.
If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned. (Defined by EnumerableExtensions) | |
IndicesInt32AndValuesWhereAltaxoVariant |
Returns tuples of index and element of all elements in an enumeration which fullfill a given condition, given by the element's value.
(Defined by EnumerableExtensions) | |
IndicesInt32AndValuesWhereAltaxoVariant |
Returns tuples of index and element of all elements in an enumeration which fullfill a given condition, given by the element's value and its index.
(Defined by EnumerableExtensions) | |
IndicesInt32WhereAltaxoVariant |
Returns the indices of the elements which fullfill a given condition, given by the element's value.
(Defined by EnumerableExtensions) | |
IndicesInt32WhereAltaxoVariant |
Returns the indices of the elements which fullfill a given condition, given by the element's value and its index.
(Defined by EnumerableExtensions) | |
IndicesOfMinMaxAltaxoVariant | Return the index of the element with the minimum value in an enumerable.
If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned. (Defined by EnumerableExtensions) | |
IsEmptyAltaxoVariant |
Determines whether the specified enumeration is empty.
(Defined by EnumerableExtensions) | |
JoinConditionalAltaxoVariant, T2 |
Takes a join of two sequences, but only takes into account those pair, which fulfill a given condition.
(Defined by EnumerableExtensions) | |
JoinConditionalAltaxoVariant, T2, TResult |
Takes a join of two sequences, but only takes into account those pair, which fulfill a given condition.
(Defined by EnumerableExtensions) | |
LastOrAltaxoVariant |
Returns the last value of the enumeration, or, if the enumeration is empty, the other value provided in the arguments.
(Defined by EnumerableExtensions) | |
MaxElementAltaxoVariant, M |
Gets the element of a IEnumerabe that evaluates by means of a conversion function to the maximal value.
This is different from Select(x => conversion(x)).Max() insofar as it not returns the maximum value, but the original element x which converts to the maximum value.
(Defined by EnumerableExtensions) | |
MaxOrDefaultAltaxoVariant, M |
Evaluates the maximum of a enumeration of elements, or returns a default value if the series is empty.
(Defined by EnumerableExtensions) | |
MoveItemToIndexAltaxoVariant |
Moves a item to another list position. All items inbetween the interval originalIndex and destinationIndex will slip by one position (except the item at originalIndex,
which will of course move to destinationIndex.
(Defined by ListExtensions) | |
MoveSelectedItemsAltaxoVariant |
Moves the selected items towards higher indices (for steps > 0) or lower indices (for steps < 0).
(Defined by ListExtensions) | |
MoveSelectedItemsToMaximumIndexAltaxoVariant |
Moves the selected item so that the selected item with the formerly highest index is afterwards at the end of the list (at index list.Count-1).
(Defined by ListExtensions) | |
MoveSelectedItemsToMinimumIndexAltaxoVariant |
Moves the selected item so that the selected item with the formerly lowest index is afterwards at the start of the list (at index 0).
(Defined by ListExtensions) | |
MoveSelectedItemsTowardsHigherIndicesAltaxoVariant |
Moves the selected items towards higher indices.
(Defined by ListExtensions) | |
MoveSelectedItemsTowardsLowerIndicesAltaxoVariant |
Moves the selected items towards lower indices.
(Defined by ListExtensions) | |
RemoveWhereAltaxoVariant |
Removes all items for which the predicate function returns true. (Defined by ListExtensions) | |
RemoveWhereAltaxoVariant |
Removes all items for which the predicate function returns true. (Defined by ListExtensions) | |
SelectCombinationAltaxoVariant |
Select a random combination, without repetition, from a data sequence by selecting k elements in original order.
(Defined by Combinatorics) | |
SelectCombinationWithRepetitionAltaxoVariant |
Select a random combination, with repetition, from a data sequence by selecting k elements in original order.
(Defined by Combinatorics) | |
SelectPermutationAltaxoVariant |
Select a random permutation from a data sequence by returning the provided data in random order.
Implemented using Fisher-Yates Shuffling.
(Defined by Combinatorics) | |
SelectVariationAltaxoVariant |
Select a random variation, without repetition, from a data sequence by randomly selecting k elements in random order.
Implemented using partial Fisher-Yates Shuffling.
(Defined by Combinatorics) | |
SelectVariationWithRepetitionAltaxoVariant |
Select a random variation, with repetition, from a data sequence by randomly selecting k elements in random order.
(Defined by Combinatorics) | |
SetColumnFromFractionalIndex |
Fills destination column with values from an original column by help of a fractional index.
(Defined by MergeTables) | |
ShowRenameColumnDialog |
Asks for a new name and then renames the selected data column or property column.
(Defined by ColumnCommands) | |
TakeAllButLastAltaxoVariant |
Takes all elements of the enumeration except the last element.
(Defined by EnumerableExtensions) | |
TakeFromUpperIndexExclusiveDownToLowerIndexInclusiveAltaxoVariant |
Takes all elements of a list, starting from index upperIndexExclusive - 1 down to the index lowerIndexInclusive.
(Defined by EnumerableExtensions) | |
TakeFromUpperIndexInclusiveDownToLowerIndexInclusiveAltaxoVariant |
Takes all elements of a list, starting from index upperIndexInclusive down to the index lowerIndexInclusive.
(Defined by EnumerableExtensions) | |
ThisOrEmptyAltaxoVariant |
Returns either the provided enumeration, or if it is null, an empty enumeration.
(Defined by EnumerableExtensions) | |
ToHorzMatrix |
This returns a read and writeable, horizontal oriented matrix of a DoubleColumn (Defined by DataColumnWrapper) | |
ToROVector |
This returns a read-only vector of a INumericColumn (Defined by DataColumnWrapper) | |
ToROVector |
This returns a read-only vector of a INumericColumn (Defined by DataColumnWrapper) | |
ToROVector |
This returns a read-only vector of a INumericColumn (Defined by DataColumnWrapper) | |
ToROVectorCopy |
This returns a read-only vector of a INumericColumn, but the data are copyied before. Thus, if you change the data
into the numeric column, the data of the returned vector is not influenced.
(Defined by DataColumnWrapper) | |
ToVector |
This returns a read and writeable vector of a DoubleColumn (Defined by DataColumnWrapper) | |
ToVector |
This returns a read and writeable vector of a DoubleColumn (Defined by DataColumnWrapper) | |
ToVector |
This returns a read and writeable vector of a DoubleColumn (Defined by DataColumnWrapper) | |
ToVertMatrix |
This returns a read and writeable, vertical oriented matrix of a DoubleColumn (Defined by DataColumnWrapper) | |
TryGetFirstAndLastAltaxoVariant |
Returns true and the first and last value of the enumeration, or, if the enumeration is empty, returns false.
(Defined by EnumerableExtensions) | |
TryGetSingleElementAltaxoVariant |
Try to get the one and only element of the collection.
(Defined by EnumerableExtensions) |