Class Uint16Array
Uint16Array class
플랫폼 바이트 순서에서 2의 보수 16비트 부호 없는 정수 배열을 나타냅니다.
public class Uint16Array : TypedArray<ushort>
생성자
이름 | 설명 |
---|
Uint16Array(ArrayBuffer) | 의 새 인스턴스를 초기화합니다.Uint16Array 클래스. |
Uint16Array(int) | 의 새 인스턴스를 초기화합니다.Uint16Array 클래스. |
Uint16Array(ushort[]) | 의 새 인스턴스를 초기화합니다.Uint16Array 클래스. |
Uint16Array(ArrayBuffer, int) | 의 새 인스턴스를 초기화합니다.Uint16Array 클래스. |
Uint16Array(ArrayBuffer, int, int) | 의 새 인스턴스를 초기화합니다.Uint16Array 클래스. |
속성
이름 | 설명 |
---|
Buffer { get; } | 이 인스턴스가 참조하는 ArrayBuffer를 가져옵니다. |
ByteLength { get; } | ArrayBuffer의 길이를 바이트 단위로 나타내는 byteLength 접근자 속성을 가져옵니다. |
ByteOffset { get; } | 참조된 ArrayBuffer의 시작 부분에서 byteOffset을 가져옵니다. |
override Item { get; set; } | 가져오거나 설정합니다.UInt16 지정된 index. 에서 |
Length { get; } | 입력된 배열의 길이를 가져옵니다. |
행동 양식
필드
또한보십시오