Struct MultiArray
MultiArray structure
Wraps an encoded Memory and exposes it as an IList{Single[]}/>.
public struct MultiArray : IList<float[]>, IReadOnlyList<float[]>
Constructors
| Name | Description |
|---|---|
| MultiArray(Memory<byte>, int, int, int, int, EncodingType, bool) |
Properties
| Name | Description |
|---|---|
| Count { get; } | |
| Dimensions { get; } | |
| Item { get; set; } |
Methods
| Name | Description |
|---|---|
| Contains(float[]) | |
| CopyItemTo(int, float[]) | |
| CopyTo(float[][], int) | |
| Fill(IEnumerable<float[]>, int) | |
| GetEnumerator() | |
| IndexOf(float[]) |
See Also
- namespace Aspose.CAD.FileFormats.GLB.Memory
- assembly Aspose.CAD