Table of Contents

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

other IndicatorValue

IndicatorValue(double)

public IndicatorValue(double value)

Parameters

value double

Fields

Properties

public const int Properties = 1

Field Value

int

Value

public double Value

Field Value

double

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.