Class Int16Array

Class Int16Array

名称: Aspose.Html 编辑: Aspose.HTML.dll (25.4.0)

代表一个系列的双补充16位签署的集合在平台比特订单。

[ComVisible(true)]
[DOMName("Int16Array")]
[DOMObject]
public class Int16Array : TypedArray<short>, INotifyPropertyChanged

Inheritance

object DOMObject TypedArray TypedArray Int16Array

Implements

INotifyPropertyChanged

继承人

TypedArray.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

Int16Array(因特)

启动了 Aspose.Html.Int16Array 类的新例子。

public Int16Array(int length)

Parameters

length int

长度(元素数量)

Int16Array(短短[])

启动了 Aspose.Html.Int16Array 类的新例子。

public Int16Array(short[] data)

Parameters

data short ( )

收藏的数据。

Int16Array(ArrayBuffer)

启动了 Aspose.Html.Int16Array 类的新例子。

public Int16Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

数据泡沫。

Int16Array(ArrayBuffer, int)

启动了 Aspose.Html.Int16Array 类的新例子。

public Int16Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

数据泡沫。

byteOffset int

巴特的折扣。

Int16Array(ArrayBuffer, int, int)

启动了 Aspose.Html.Int16Array 类的新例子。

public Int16Array(ArrayBuffer buffer, int byteOffset, int length)

Parameters

buffer ArrayBuffer

数据泡沫。

byteOffset int

巴特的折扣。

length int

长度。

Fields

BYTES_PER_ELEMENT

属性代表每个元素的字符串中的尺寸。

[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT

领域价值

byte

Properties

这个[因特]

接收或设置 System.Int16 在指定的指数上。

public override short this[int index] { get; set; }

财产价值

short

 中文