Click or drag to resize

ArrayExtensions Class

Provides some extensions for arrays.
Inheritance Hierarchy
SystemObject
  Altaxo.CollectionsArrayExtensions

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class ArrayExtensions

The ArrayExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCloneDeepT Clones the array deep, i.e. the elements will be cloned for the new array.
Public Extension MethodCloneDeepNullableT Clones the array deep, i.e. the elements will be cloned for the new array. Here, elements which have a value of null are allowed.
Top
See Also