For a list of all members of this type, see CalculatorEngine members.
Name | Description | |
---|---|---|
![]() | AutoDetectDecimalSymbol | Gets/Sets whether or not decimal symbol is taken from user defined prop or system locale |
![]() | AutoDetectGroupSymbol | Gets/Sets whether or not decimal symbol is taken from user defined prop or system locale |
![]() | DecimalSymbol | Value used to display decimal |
![]() | DigitGrouping | Gets/Sets whether or not to use digit grouping |
![]() | DisplayString | Returns the locally formatted display string. |
![]() | DisplayValue | Returns the display text as decimal |
![]() | GroupSize | Specifies how many places left of the decimal for each group. |
![]() | GroupSymbol | Value used to display group separator |
![]() | HasErrorOccurred | Gets whether or not an error has occured in default processing. |
![]() | HasMemoryValue | Used to determine if value is stored in memory |
![]() | MemoryValue | Allows setting or getting of the memory value |
Name | Description | |
---|---|---|
![]() | ButtonArrayList | Array of internal button objects used for processing |
![]() | CurrentOperator | Current operator being utilized |
![]() | CurrentValue | Returns current value as string. |
![]() | HasCurrentValue | determines if queue contains a value that can be operated on. operators can NEVER be added to the queue unless a value is present. |
![]() | HasPreviousValue | Used to determine if previous value has been entered |
![]() | ListHasOperator | Determines if an operator is in the list |
![]() | PreviousValue | Returns previous value as string. |