메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Clear the vector
|
|
Push ( float value ) : void |
Push an array of value into the standard vector
|
|
ToArray ( ) : Byte[] |
Convert the standard vector to an array of Byte
|
|
VectorOfByte ( ) : System |
Create an empty standard vector of Byte
|
|
VectorOfByte ( int size ) : System |
Create an standard vector of Byte of the specific size
|
메소드 | 설명 | |
---|---|---|
DisposeObject ( ) : void |
Release the standard vector
|
public Push ( float value ) : void | ||
value | float | The value to be pushed to the vector |
리턴 | void |
public VectorOfByte ( int size ) : System | ||
size | int | The size of the vector |
리턴 | System |