DiffData Class

Class that holds difference data for one quantity, the maximum difference found, and where and when it was found.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class DiffData
Inheritance
Object    DiffData

Constructors

DiffDataInitializes a new instance of the DiffData class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
UpdateIfLarger Update this difference report with the content of the other difference report, if the difference is larger in the other report.

Fields

Chainage Chainage from ref where MaxDiff was found - if it is on a reach
ChainageIndex Index of chainage from ref where MaxDiff was found - if it is on a reach
Failed Flag indicating that diff has failed
MaxDataSet1 Dataset from ref where MaxDiff was found
MaxDataSet2 Dataset from check where MaxDiff was found
MaxDiff Maximum difference, -1 if no difference
MaxValue Maximum value of quantity from ref
Message Data belonging to MaxDiff
MinValue Minimum value of quantity from ref
NumDiffs Number of differences
Quantity1 Quantity from ref where MaxDiff was found
Quantity2 Quantity from check where MaxDiff was found
RelChainage Chainage from ref where RelMaxDiff was found - if it is on a reach
RelChainageIndex Index of chainage from ref where RelMaxDiff was found - if it is on a reach
RelDataSet Dataset from ref where RelMaxDiff was found
RelMaxDiff Maximum relative difference, -1 if no difference
RelMessage Data belonging to RelMaxDiff
RelTimeStep Timestep from ref where RelMaxDiff was found.
TimeStep Timestep from ref where MaxDiff was found.

See Also