Click or drag to resize

DataReaderLazyTimeStepSingleDataLazyList Class

Lazy list of data item values, where data is stored as a list of doubles Data is stored in a dictionary, key'ed by the time step index
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.ResultDataAccessDataReaderLazyTimeStepDataLazyListSingle
    DHI.Mike1D.ResultDataAccessDataReaderLazyTimeStepSingleDataLazyList

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class TimeStepSingleDataLazyList : DataReaderLazyTimeStepDataLazyList<float>, 
	ITimeData, IReadOnlyList<float>, IEnumerable<float>, 
	IEnumerable, IReadOnlyCollection<float>, IReadOnlyList<double>, 
	IEnumerable<double>, IReadOnlyCollection<double>, INumericArray

The DataReaderLazyTimeStepSingleDataLazyList type exposes the following members.

Constructors
  NameDescription
Public methodDataReaderLazyTimeStepSingleDataLazyList
Initializes a new instance of the DataReaderLazyTimeStepSingleDataLazyList class
Top
Properties
Methods
  NameDescription
Public methodAdd (Inherited from DataReaderLazyTimeStepDataLazyListT.)
Public methodAdd(Single) (Inherited from DataReaderLazyTimeStepDataLazyListT.)
Public methodAdd(Single) (Inherited from DataReaderLazyTimeStepDataLazyListT.)
Public methodClear
Not supported for lazy reading
(Inherited from DataReaderLazyTimeStepDataLazyListT.)
Public methodCreateDefault (Overrides DataReaderLazyTimeStepDataLazyListTCreateDefault.)
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 methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Int32)
Get value for the speficied time step and element
Public methodGetValue(Int32, Int32)
Get value for the speficied time step and element
Public methodGetValues
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAt
Not supported for lazy reading
(Inherited from DataReaderLazyTimeStepDataLazyListT.)
Public methodSetValue(Int32, Double)
Public methodSetValue(Int32, Int32, Single)
Set value at the speficied time step and element

For single valued items, when NumberOfElements equals 1, set elementIndex to zero.

Public methodSetValues
Set values for all elements at the speficied time step

calling this method is only valid if NumberOfElements is greater than 1.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodGetValue
Interplate a value in interval, with fraction, for the specified elementIndex
(Defined by ResultDataExtensions.)
Top
See Also