Click or drag to resize

DoubleHolder Class

Class to hold a double value passed by reference.
Inheritance Hierarchy
SystemObject
  FM.IceLinkDoubleHolder

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The DoubleHolder type exposes the following members.

Constructors
  NameDescription
Public methodDoubleHolder
Initializes a new instance of the DoubleHolder class.
Public methodDoubleHolder(Double)
Initializes a new instance of the DoubleHolder class.
Top
Properties
  NameDescription
Public propertyValue
Gets or sets the value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also