IntValue
Contents
[
Hide
]IntValue class
Integer value
Constructors
| Name | Description |
|---|---|
| IntValue | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | Integer value. |
| IsThemed | boolean | |
| Ufe | UnitFormulaErr | Attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
IntValue(value, unit)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | |
| unit | int | A 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.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.
deepClone()
Creates deep copy of this instance.