IMSL C# Numerical Library

AbstractChartNode.GetDoubleAttribute Method 

Convenience routine to get a Double-valued attribute.

public virtual double GetDoubleAttribute(
   string name,
   double defaultValue
);

Parameters

name
A String which contains the name of the attribute to be assessed.
defaultValue
A double specifying the default value of the attribute.

Return Value

A double containing the attribute value.

Remarks

The value of an attribute is returned if it is defined and its value is of type double. Otherwise the defaultValue is returned.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace