-
Notifications
You must be signed in to change notification settings - Fork 0
class_realarray
reduz edited this page Apr 10, 2014
·
9 revisions
####Category: Built-In Types
Real Array .
- float get ( int idx )
- void push_back ( float value )
- void resize ( int idx )
- void set ( int idx, float value )
- int size ( )
- void RealArray ( Array from )
Real Array. Array of floating point values. Can only contain floats. Optimized for memory usage, cant fragment the memory.