C# 클래스 DotNetWebToolkit.Web.UInt16Array

상속: ArrayBufferView
파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit 1 사용 예제들

공개 메소드들

메소드 설명
Set ( UInt16 array ) : void
Set ( UInt16 array, uint offset ) : void
Set ( UInt16Array array ) : void
Set ( UInt16Array array, uint offset ) : void
Subarray ( int begin ) : UInt16Array
Subarray ( int begin, int end ) : UInt16Array
UInt16Array ( ArrayBuffer buffer ) : System
UInt16Array ( ArrayBuffer buffer, uint byteOffset ) : System
UInt16Array ( ArrayBuffer buffer, uint byteOffset, uint length ) : System
UInt16Array ( UInt16 array ) : System
UInt16Array ( UInt16Array array ) : System
UInt16Array ( uint size ) : System
this ( int index ) : UInt16

메소드 상세

Set() 공개 메소드

public Set ( UInt16 array ) : void
array System.UInt16
리턴 void

Set() 공개 메소드

public Set ( UInt16 array, uint offset ) : void
array System.UInt16
offset uint
리턴 void

Set() 공개 메소드

public Set ( UInt16Array array ) : void
array UInt16Array
리턴 void

Set() 공개 메소드

public Set ( UInt16Array array, uint offset ) : void
array UInt16Array
offset uint
리턴 void

Subarray() 공개 메소드

public Subarray ( int begin ) : UInt16Array
begin int
리턴 UInt16Array

Subarray() 공개 메소드

public Subarray ( int begin, int end ) : UInt16Array
begin int
end int
리턴 UInt16Array

UInt16Array() 공개 메소드

public UInt16Array ( ArrayBuffer buffer ) : System
buffer ArrayBuffer
리턴 System

UInt16Array() 공개 메소드

public UInt16Array ( ArrayBuffer buffer, uint byteOffset ) : System
buffer ArrayBuffer
byteOffset uint
리턴 System

UInt16Array() 공개 메소드

public UInt16Array ( ArrayBuffer buffer, uint byteOffset, uint length ) : System
buffer ArrayBuffer
byteOffset uint
length uint
리턴 System

UInt16Array() 공개 메소드

public UInt16Array ( UInt16 array ) : System
array System.UInt16
리턴 System

UInt16Array() 공개 메소드

public UInt16Array ( UInt16Array array ) : System
array UInt16Array
리턴 System

UInt16Array() 공개 메소드

public UInt16Array ( uint size ) : System
size uint
리턴 System

this() 공개 메소드

public this ( int index ) : UInt16
index int
리턴 System.UInt16