Namespace: Rx.Net – Class: MetaData – Assembly: Rx.Net.Mixed

MetaData.GetDouble Method

C#
public double GetDouble(string sName)

Gets the value of the element with the given name. The value type must be double.

Parameters

[string] sName

[in] The name of the element.

Returns

double

The value.