Search Results for

    Show / Hide Table of Contents

    Class ValueHistorySaveData<T>

    Container for saving and loading ValueHistory<T> objects of serializable types.

    Inheritance
    object
    ValueHistorySaveData<T>
    Namespace: AS2
    Assembly: .dll
    Syntax
    [Serializable]
    public class ValueHistorySaveData<T>
    Type Parameters
    Name Description
    T

    The type of data stored in the history.

    Fields

    | Edit this page View Source

    lastRound

    The last recorded round.

    Declaration
    public int lastRound
    Field Value
    Type Description
    int
    | Edit this page View Source

    rounds

    The list of rounds in which the values have changed.

    Declaration
    public List<int> rounds
    Field Value
    Type Description
    List<int>
    | Edit this page View Source

    values

    The list of all different values stored in the history.

    Declaration
    public List<T> values
    Field Value
    Type Description
    List<T>
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX