Class Float32Array

Float32Array class

플랫폼 바이트 순서로 32비트 부동 소수점 숫자(C 부동 소수점 데이터 유형에 해당)의 배열을 나타냅니다.

public class Float32Array : TypedArray<float>

생성자

이름설명
Float32Array(ArrayBuffer)의 새 인스턴스를 초기화합니다.Float32Array 클래스.
Float32Array(float[])의 새 인스턴스를 초기화합니다.Float32Array 클래스.
Float32Array(int)의 새 인스턴스를 초기화합니다.Float32Array 클래스.
Float32Array(ArrayBuffer, int)의 새 인스턴스를 초기화합니다.Float32Array 클래스.
Float32Array(ArrayBuffer, int, int)의 새 인스턴스를 초기화합니다.Float32Array 클래스.

속성

이름설명
Buffer { get; }이 인스턴스가 참조하는 ArrayBuffer를 가져옵니다.
ByteLength { get; }ArrayBuffer의 길이를 바이트 단위로 나타내는 byteLength 접근자 속성을 가져옵니다.
ByteOffset { get; }참조된 ArrayBuffer의 시작 부분에서 byteOffset을 가져옵니다.
override Item { get; set; }가져오거나 설정합니다.Single 지정된 index. 에서
Length { get; }입력된 배열의 길이를 가져옵니다.

행동 양식

이름설명
virtual GetPlatformType()이 메서드는 ECMAScript 개체를 검색하는 데 사용됩니다.Type .

필드

이름설명
static readonly BYTES_PER_ELEMENT속성은 유형이 지정된 배열에 있는 각 요소의 바이트 크기를 나타냅니다.

또한보십시오