Search Results for

    Show / Hide Table of Contents

    RollingStat Class

    Namespace: Riptide.Utils
    Assembly: RiptideNetworking.dll

    Represents a rolling series of numbers.

    public class RollingStat
    Inheritance
    object
    RollingStat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    RollingStat(int)

    Initializes the stat.

    Properties

    Mean

    The mean of the stat's values.

    StandardDev

    The standard deviation of the stat's values.

    Variance

    The variance of the stat's values.

    Methods

    Add(double)

    Adds a new value to the stat.

    ToString()
    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX