Class Float64Array

Class Float64Array

이름 공간 : Aspose.Html 구성: Aspose.HTML.dll (25.4.0)

플랫폼 바이트 순서에서 64비트 플로팅 포인트 숫자 (C 플로팅 데이터 유형과 일치)의 범위를 나타냅니다.

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

Inheritance

object DOMObject TypedArray TypedArray Float64Array

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

Float64Array(이트)

Aspose.Html.Float64Array 클래스의 새로운 사례를 시작합니다.

public Float64Array(int length)

Parameters

length int

요소의 길이 (The number of elements)

Float64Array(듀얼[])

Aspose.Html.Float64Array 클래스의 새로운 사례를 시작합니다.

public Float64Array(double[] data)

Parameters

data double [ ] [ [ ]

Array 데이터를 제공합니다.

Float64Array(ArrayBuffer)

Aspose.Html.Float64Array 클래스의 새로운 사례를 시작합니다.

public Float64Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

데이터 버퍼 입니다.

Float64Array(아라비아, int)

Aspose.Html.Float64Array 클래스의 새로운 사례를 시작합니다.

public Float64Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

데이터 버퍼 입니다.

byteOffset int

바이트가 납부됩니다.

Float64Array(아레아바퍼, int, int)

Aspose.Html.Float64Array 클래스의 새로운 사례를 시작합니다.

public Float64Array(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.Double을 얻거나 설정합니다.

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

부동산 가치

double

 한국어