Represents a integer.
Summary
Constructor detail
ac.IntDataType(value)
Creates a new instance of ac.IntDataType with passed value.
Parameters
* value (integer)
Method detail
compareTo(other)
Compares two ac.IntDataTypes to each other.
Parameters
* other (ac.IntDataType)
Returns
* integer value
equals(other)
Checks whether two ac.IntDataTypes are equals.
Parameters
* other (ac.IntDataType) the other ac.IntDataType to compare to this one.
Returns
* boolean value
fromDouble(value)
Creates a ac.IntDataType from value.
Parameters
* value (numeric)
Returns
* ac.IntDataType
getInt()
getValue()
setInt(value)
toString()
Returns the wrapped date of this ac.FloatDataType as a String.
Returns
* text value