Header menu logo FSharp.Data

Indicator Type

Indicator data

Instance members

Instance member Description

this.Code

Full Usage: this.Code

Returns: string

Get the code for the country or region of the indicator

Returns: string

this.Description

Full Usage: this.Description

Returns: string

Get the description of the indicator

Returns: string

this.IndicatorCode

Full Usage: this.IndicatorCode

Returns: string

Get the code for the indicator

Returns: string

this[year]

Full Usage: this[year]

Parameters:
    year : int

Returns: float

Get the indicator value for the given year. If there's no data for that year, NaN is returned

year : int
Returns: float

this.Name

Full Usage: this.Name

Returns: string

Get the name of the indicator

Returns: string

this.Source

Full Usage: this.Source

Returns: string

Get the source of the indicator

Returns: string

this.TryGetValueAt

Full Usage: this.TryGetValueAt

Parameters:
    year : int

Returns: float option

Get the indicator value for the given year, if present

year : int
Returns: float option

this.Values

Full Usage: this.Values

Returns: ICollection<float>

Get the values for the indicator (without years)

Returns: ICollection<float>

this.Years

Full Usage: this.Years

Returns: ICollection<int>

Get the years for which the indicator has values

Returns: ICollection<int>

Type something to start searching.