Method | Description | |
---|---|---|
Clear ( ) : void |
Clear the vector
|
|
Push ( float value ) : void |
Push an array of value into the standard vector
|
|
ToArray ( ) : float[] |
Convert the standard vector to an array of float
|
|
VectorOfFloat ( ) : System |
Create an empty standard vector of float
|
|
VectorOfFloat ( int size ) : System |
Create an standard vector of float of the specific size
|
Method | Description | |
---|---|---|
DisposeObject ( ) : void |
Release the standard vector
|
public Push ( float value ) : void | ||
value | float | The value to be pushed to the vector |
return | void |
public VectorOfFloat ( int size ) : System | ||
size | int | The size of the vector |
return | System |