Class Int8Array
Namespace: Aspose.Html
Assembly: Aspose.HTML.dll (25.2.0)
Represents an array of twos-complement 8-bit signed integers.
[ComVisible(true)]
[DOMName("Int8Array")]
[DOMObject]
public class Int8Array : TypedArray<sbyte>, INotifyPropertyChanged
Inheritance
object ← DOMObject ← TypedArray ← TypedArray<sbyte> ← Int8Array
Implements
Inherited Members
TypedArray<sbyte>.this[int], TypedArray.Buffer, TypedArray.ByteLength, TypedArray.ByteOffset, TypedArray.Length, DOMObject.GetPlatformType(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Int8Array(int)
Initializes a new instance of the Aspose.Html.Int8Array class.
public Int8Array(int length)
Parameters
length
int
The length (number of elements).
Int8Array(sbyte[])
Initializes a new instance of the Aspose.Html.Int8Array class.
public Int8Array(sbyte[] data)
Parameters
data
sbyte[]
The array data.
Int8Array(ArrayBuffer)
Initializes a new instance of the Aspose.Html.Int8Array class.
public Int8Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
The data buffer.
Int8Array(ArrayBuffer, int)
Initializes a new instance of the Aspose.Html.Int8Array class.
public Int8Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
The data buffer.
byteOffset
int
The byte offset.
Int8Array(ArrayBuffer, int, int)
Initializes a new instance of the Aspose.Html.Int8Array class.
public Int8Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
The data buffer.
byteOffset
int
The byte offset.
length
int
The length.
Fields
BYTES_PER_ELEMENT
The property represents the size in bytes of each element in an typed array.
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
Field Value
Properties
this[int]
Gets or sets the System.SByte at the specified index.
public override sbyte this[int index] { get; set; }
Property Value
sbyte </sbyte></sbyte>