DoubleValue
Contents
[
Hide
]DoubleValue class
Double value
Constructors
| Name | Description |
|---|---|
| DoubleValue | Constructor. |
| DoubleValue | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | float | Double 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. |
DoubleValue(value, unit) (1 of 2)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | float | |
| unit | int | A MeasureConst value. |
DoubleValue() (2 of 2)
Constructor.
DoubleValue.Value property
Double value.
Type: float
DoubleValue.IsThemed property
Type: boolean
DoubleValue.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.