Class BufferData1D<T>
Inheritance
System.Object
BufferData1D<T>
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public class BufferData1D<T> : BufferData1D where T : struct
Type Parameters
Constructors
|
Improve this Doc
View Source
BufferData1D(T[])
Declaration
public BufferData1D(T[] data)
Parameters
Type |
Name |
Description |
T[] |
data |
|
Properties
|
Improve this Doc
View Source
ElementSize
Declaration
public override int ElementSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Item[Int32]
Declaration
public T this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
|
Improve this Doc
View Source
Length
Declaration
public override int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Memory
Declaration
public Memory<T> Memory { get; }
Property Value
Type |
Description |
System.Memory<T> |
|
|
Improve this Doc
View Source
SizeX
Declaration
public override int SizeX { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Span
Declaration
public Span<T> Span { get; }
Property Value
Type |
Description |
System.Span<T> |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override BufferData Clone()
Returns
Overrides
|
Improve this Doc
View Source
CreateHandle()
Declaration
public override GCHandle CreateHandle()
Returns
Type |
Description |
System.Runtime.InteropServices.GCHandle |
|
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
SetData(T[])
Declaration
public void SetData(T[] data)
Parameters
Type |
Name |
Description |
T[] |
data |
|