Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

VRageMath.MyMovingAverage

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

IndexNamespace Index

MyMovingAverage Class

public class MyMovingAverage

Namespace: VRageMath
Assembly: VRage.Math.dll

Properties

float Avg { get; }

double Sum { get; }

Constructors

MyMovingAverage(int windowSize, int enqueueCountToReset = 1000)

Methods

void Enqueue(float value)

void Reset()

Clone this wiki locally