Struct IndicatorValue
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
Represents a simple 1-valued struct.
public struct IndicatorValue : DataStruct, ICloneable
- Implements
- Inherited Members
- Extension Methods
Constructors
IndicatorValue(IndicatorValue)
public IndicatorValue(IndicatorValue other)
Parameters
otherIndicatorValue
IndicatorValue(double)
public IndicatorValue(double value)
Parameters
valuedouble
Fields
Properties
public const int Properties = 1
Field Value
Value
public double Value
Field Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.