Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MyMovingAverage

Morten Aune Lyrstad edited this page Apr 16, 2022 · 41 revisions

IndexNamespace Index

MyMovingAverage Class

public class MyMovingAverage

Namespace: VRageMath
Assembly: VRage.Math.dll

Properties

float Avg { get; }

double Sum { get; }

Constructors

MyMovingAverage(int, int = 1000)

Methods

void Enqueue(float)

void Reset()

Clone this wiki locally