Click or drag to resize

DoubleDateTimePair Structure

Value+Time holder.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public struct DoubleDateTimePair : IComparable<DoubleDateTimePair>, 
	IComparable

The DoubleDateTimePair type exposes the following members.

Constructors
  NameDescription
Public methodDoubleDateTimePair
Construct Value+Time holder.
Top
Properties
  NameDescription
Public propertyTimestamp
Time stamp of the holder.
Public propertyValue
Value of the holder.
Top
Methods
  NameDescription
Public methodClone
Creates a new holder that is a copy of the current instance.
Public methodCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodCompareTo(DoubleDateTimePair)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also