DoubleDateTimePair Constructor |
Construct Value+Time holder.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public DoubleDateTimePair(
double value,
DateTime timestamp = null
)
Parameters
- value
- Type: SystemDouble
Double value to hold. - timestamp (Optional)
- Type: SystemDateTime
Time stamp to hold. If time stamp is omitted the default DateTime value is used.
See Also