Click or drag to resize

Quantity 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 Quantity : IQuantity, IEquatable<IQuantity>

The Quantity type exposes the following members.

Constructors
  NameDescription
Public methodQuantity
Initializes a new instance of the Quantity class
Public methodQuantity(eumItem, String)
Initializes a new instance of the Quantity class
Public methodQuantity(eumQuantity, String)
Initializes a new instance of the Quantity class
Public methodQuantity(String, String, eumItem)
Initializes a new instance of the Quantity class
Public methodQuantity(String, String, eumItem, eumUnit)
Initializes a new instance of the Quantity class
Top
Properties
Methods
See Also