Constructor
| Signature | Description |
|---|---|
AreaFuzzyInterval AreaFuzzyInterval( Area value ) | Constructor from a value of type Area. Initializes all the four values with the “value” value. |
Initialization
A variable of typeAreaFuzzyInterval may be initialized with an expression of type {a1, a2, a3, a4}, where a1, a2, a3, and a4 are values of type Area.
Example:
Operators
| Operator | Description |
|---|---|
+ | A binary addition operator that adds a value of type AreaFuzzyInterval to a value of type Area. Returns a value of type AreaFuzzyInterval. |
- | A binary subtraction operator that subtracts a value of type Area from a value of type AreaFuzzyInterval. Returns a value of type AreaFuzzyInterval. |
- | A binary subtraction operator that subtracts a value of type AreaFuzzyInterval from a value of type Area. Returns a value of type AreaFuzzyInterval. |
* | A binary multiplication operator that multiplies a value of type AreaFuzzyInterval by a value of type Int. Returns a value of type AreaFuzzyInterval. |
/ | A binary division operator that divides a value of type AreaFuzzyInterval by a value of type Int. Returns a value of type AreaFuzzyInterval. |
