QueueFloatΒΆ
Inherits: RefCounted
There is currently no description for this class. Please help us by contributing one!
MethodsΒΆ
void |
allocate(size: |
|
index() const |
|
mean() const |
|
median() const |
void |
push(new_float: |
|
range() const |
|
size() const |
|
size_used() const |
|
sorted() const |
|
standard_deviation() const |
Method DescriptionsΒΆ
void allocate(size: int) π
There is currently no description for this method. Please help us by contributing one!
int index() const π
There is currently no description for this method. Please help us by contributing one!
float mean() const π
There is currently no description for this method. Please help us by contributing one!
float median() const π
There is currently no description for this method. Please help us by contributing one!
void push(new_float: float) π
There is currently no description for this method. Please help us by contributing one!
Vector2 range() const π
There is currently no description for this method. Please help us by contributing one!
int size() const π
There is currently no description for this method. Please help us by contributing one!
int size_used() const π
There is currently no description for this method. Please help us by contributing one!
PackedFloat32Array sorted() const π
There is currently no description for this method. Please help us by contributing one!
float standard_deviation() const π
There is currently no description for this method. Please help us by contributing one!