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

Member Description
float Avg { get; }
double Sum { get; }

Constructors

Member Description
MyMovingAverage(int, [int])

Methods

Member Description
void Enqueue(float)
void Reset()

Clone this wiki locally