Public Attributes | |
| jscicalc.StringArray | stringVector |
| Store the string. | |
| Boolean | parentheses |
| Store the boolean that tells us whether or not parentheses should be placed around the value. | |
Package Functions | |
| HTMLStringResult () | |
| Constructor. | |
| jscicalc.complex.Complex.HTMLStringResult.HTMLStringResult | ( | ) | [package] |
Constructor.
Sets String to null and parentheses to false.
References jscicalc.complex.Complex.HTMLStringResult.parentheses, and jscicalc.complex.Complex.HTMLStringResult.stringVector.
| jscicalc.StringArray jscicalc.complex.Complex.HTMLStringResult.stringVector |
Store the boolean that tells us whether or not parentheses should be placed around the value.
Referenced by jscicalc.complex.Complex.HTMLStringResult.HTMLStringResult(), jscicalc.complex.Complex.toHTMLParenString(), and jscicalc.complex.Complex.tryHTMLString().
1.5.5