Plumtree Portal UI  
 

AttributeType.DOUBLE Field

double

Valid input for this type is a string representation of double-precision floating point number. This conversion always uses the default locale representation of the server ("." for decimal point, et cetera).

E.G. "4.2", "37", "987.45".
public static readonly AttributeType DOUBLE;

See Also

AttributeType Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace