Show / Hide Table of Contents

Class ArrayLinear<T>

Convert a 2 dimensional array to a one dimensional array (without copying the data)

Inheritance
System.Object
IArrayImpl<T>
ArrayLinear<T>
Implements
IArray<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Inherited Members
IArrayImpl<T>.First
IArrayImpl<T>.Last
IArrayImpl<T>.GetEnumerator()
IArrayImpl<T>.IEnumerable.GetEnumerator()
IArrayImpl<T>.ToArray()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class ArrayLinear<T> : IArrayImpl<T>, IArray<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

ArrayLinear(T[,])

Declaration
public ArrayLinear(T[, ] a)
Parameters
Type Name Description
T[,] a

Properties

| Improve this Doc View Source

Item[Int32]

Declaration
public override T this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
T
Overrides
CADability.IArrayImpl<T>.Item[System.Int32]
| Improve this Doc View Source

Length

Declaration
public override int Length { get; }
Property Value
Type Description
System.Int32
Overrides
CADability.IArrayImpl<T>.Length

Implements

IArray<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX