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; }](VRageMath.MyMovingAverage.Avg)
[double Sum { get; }](VRageMath.MyMovingAverage.Sum)

Constructors

Member Description
[MyMovingAverage(int, [int])](VRageMath.MyMovingAverage..ctor)

Methods

Member Description
[void Enqueue(float)](VRageMath.MyMovingAverage.Enqueue)
[void Reset()](VRageMath.MyMovingAverage.Reset)

Clone this wiki locally