IntValue

IntValue class

Integer value

Constructors

NameDescription
IntValueConstructor.

Properties

NameTypeDescription
ValueintInteger value.
IsThemedboolean
UfeUnitFormulaErrAttributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

IntValue(value, unit)

Constructor.

ParameterTypeDescription
valueint
unitintA MeasureConst value.

IntValue.Value property

Integer value.

Type: int

IntValue.IsThemed property

Type: boolean

IntValue.Ufe property

Attributes of an element.

Type: UnitFormulaErr

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.