Represents an array starting at an offset in an existing array.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public struct NativeArray1D<T>
Public Structure NativeArray1D(Of T)
generic<typename T>
public value class NativeArray1D
[<SealedAttribute>]
type NativeArray1D<'T> = struct end
Type Parameters
- T
- The element type of the array.
The NativeArray1DT type exposes the following members.
Top
| Name | Description |
---|
 | Offset |
Gets the offset of the first element in the array.
|
 | Values |
Gets the storage array.
|
Top
| Name | Description |
---|
 | AsArray2DFrom |
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(Int32) |
Returns an array that starts at the specified index in the current array.
|
 | From(Int32, Int32) |
Returns an array slice that starts at the specified index in the current array.
|
 | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
 | GetIndex |
Gets the index of an element into the storage array.
|
 | GetType | 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.) |
Top
Top
| Name | Description |
---|
  | Empty |
Represents an empty array.
|
Top
Reference