VRageMath.MyMovingAverage - bimbam2103/space_engineers GitHub Wiki

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()

⚠️ **GitHub.com Fallback** ⚠️