Documentation For Encog 2.x

PropertyData.GetDouble Method

Get a property as a double.

public double GetDouble(
   string field
);

Parameters

field
The name of the field.

Return Value

The double value.

See Also

PropertyData Class | Encog.Neural.Data.XML Namespace