Native Array 1D<T> Structure
Represents an array starting at an offset in an existing array.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public struct NativeArray1D<T>
Type Parameters
- T
- The element type of the array.
Constructors
Native | Constructs a new array. |
Properties
Methods
AsArray2D | Returns a 2D array with first element at the specified index and the specified leading dimension. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
From( | Returns an array that starts at the specified index in the current array. |
From( | Returns an array slice that starts at the specified index in the current array. |
Get | Returns the hash code for this instance. (Inherited from ValueType) |
Get | Gets the index of an element into the storage array. |
Get | Gets the Type of the current instance. (Inherited from Object) |
ToArray | Copies the specified number of elements to a .NET array. |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
Operators
Implicit(NativeArray1D<T> to NativeArraySlice<T>) | Converts an array to an array slice with unit stride. |
Fields
Empty | Represents an empty array. |