Documentation For Encog 2.x

PropertyData.GetInteger Method

Get a property as an integer.

public int GetInteger(
   string field
);

Parameters

field
The name of the field.

Return Value

The integer value.

See Also

PropertyData Class | Encog.Neural.Data.XML Namespace