Class

ac.IntDataType

Represents a integer.

Summary

Constructors
ac.IntDataType(value)
Methods
compareTo(other)
equals(other)
fromDouble(value)
getInt()
getValue()
setInt(value)
toString()

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()

RETURN VALUE

getValue()

RETURN VALUE

setInt(value)

PARAMETERS

toString()

Returns the wrapped date of this ac.FloatDataType as a String.

Returns

* text value