Click or drag to resize

MinMaxValueContainer Class

Class for recording min and max value, including time where min and max value occurred.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.Engine.AddOnsMinMaxValueContainer

Namespace:  DHI.Mike1D.Engine.AddOns
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class MinMaxValueContainer

The MinMaxValueContainer type exposes the following members.

Constructors
  NameDescription
Public methodMinMaxValueContainer
Initializes a new instance of the MinMaxValueContainer class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update min/max value, value is larger/smaller than the currently recorded min/max value.
Top
Fields
  NameDescription
Public fieldMaximumValue
Maximum value recorded
Public fieldMinimumValue
Minimum value recorded
Public fieldTimeOfMaximum
Time of maximum value
Public fieldTimeOfMinimum
Time of minimum value
Top
See Also