Click or drag to resize

SummedQuantity Class

Inheritance Hierarchy

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
[SerializableAttribute]
public class SummedQuantity : Quantity

The SummedQuantity type exposes the following members.

Constructors
  NameDescription
Public methodSummedQuantity
Initializes a new instance of the SummedQuantity class
Top
Properties
  NameDescription
Public propertyDescription (Inherited from Quantity.)
Public propertyEumQuantity (Inherited from Quantity.)
Public propertyId (Inherited from Quantity.)
Public propertyQuantityToSum
Public propertyTimeValueType (Inherited from Quantity.)
Top
Methods
  NameDescription
Public methodStatic memberCreate(IQuantity, String)
Public methodStatic memberCreate(PredefinedQuantity, String)
Public methodCreate(eumItem, String, String) (Inherited from Quantity.)
Public methodStatic memberCreate(IQuantity, PredefinedQuantityAD, String)
Public methodEquals(Object) (Inherited from Quantity.)
Public methodEquals(IQuantity) (Inherited from Quantity.)
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 (Inherited from Quantity.)
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 methodToString (Inherited from Quantity.)
Top
See Also