QueueFloatΒΆ

Inherits: RefCounted

There is currently no description for this class. Please help us by contributing one!

MethodsΒΆ

void

allocate(size: int)

int

index() const

float

mean() const

float

median() const

void

push(new_float: float)

Vector2

range() const

int

size() const

int

size_used() const

PackedFloat32Array

sorted() const

float

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!