Class Uint8ClampedArray

Uint8ClampedArray class

0-255로 고정된 8비트 부호 없는 정수 배열을 나타냅니다. [0,255] 범위를 벗어나는 값을 지정하면 0 또는 255가 대신 설정됩니다.

public class Uint8ClampedArray : TypedArray<byte>

생성자

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

속성

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

행동 양식

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

필드

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

또한보십시오