C# Class DotNetWebToolkit.Web.Int8Array

Inheritance: ArrayBufferView
ファイルを表示 Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
Int8Array ( ArrayBuffer buffer ) : System
Int8Array ( ArrayBuffer buffer, uint byteOffset ) : System
Int8Array ( ArrayBuffer buffer, uint byteOffset, uint length ) : System
Int8Array ( Int8Array array ) : System
Int8Array ( SByte array ) : System
Int8Array ( uint size ) : System
Set ( Int8Array array ) : void
Set ( Int8Array array, uint offset ) : void
Set ( SByte array ) : void
Set ( SByte array, uint offset ) : void
Subarray ( int begin ) : Int8Array
Subarray ( int begin, int end ) : Int8Array
this ( int index ) : SByte

Method Details

Int8Array() public method

public Int8Array ( ArrayBuffer buffer ) : System
buffer ArrayBuffer
return System

Int8Array() public method

public Int8Array ( ArrayBuffer buffer, uint byteOffset ) : System
buffer ArrayBuffer
byteOffset uint
return System

Int8Array() public method

public Int8Array ( ArrayBuffer buffer, uint byteOffset, uint length ) : System
buffer ArrayBuffer
byteOffset uint
length uint
return System

Int8Array() public method

public Int8Array ( Int8Array array ) : System
array Int8Array
return System

Int8Array() public method

public Int8Array ( SByte array ) : System
array SByte
return System

Int8Array() public method

public Int8Array ( uint size ) : System
size uint
return System

Set() public method

public Set ( Int8Array array ) : void
array Int8Array
return void

Set() public method

public Set ( Int8Array array, uint offset ) : void
array Int8Array
offset uint
return void

Set() public method

public Set ( SByte array ) : void
array SByte
return void

Set() public method

public Set ( SByte array, uint offset ) : void
array SByte
offset uint
return void

Subarray() public method

public Subarray ( int begin ) : Int8Array
begin int
return Int8Array

Subarray() public method

public Subarray ( int begin, int end ) : Int8Array
begin int
end int
return Int8Array

this() public method

public this ( int index ) : SByte
index int
return SByte