Version

CalculatorEngine Class Properties

For a list of all members of this type, see CalculatorEngine members.

Public Properties
 NameDescription
Public PropertyAutoDetectDecimalSymbolGets/Sets whether or not decimal symbol is taken from user defined prop or system locale  
Public PropertyAutoDetectGroupSymbolGets/Sets whether or not decimal symbol is taken from user defined prop or system locale  
Public PropertyDecimalSymbolValue used to display decimal  
Public PropertyDigitGroupingGets/Sets whether or not to use digit grouping  
Public PropertyDisplayStringReturns the locally formatted display string.  
Public PropertyDisplayValueReturns the display text as decimal  
Public PropertyGroupSizeSpecifies how many places left of the decimal for each group.  
Public PropertyGroupSymbolValue used to display group separator  
Public PropertyHasErrorOccurredGets whether or not an error has occured in default processing.  
Public PropertyHasMemoryValueUsed to determine if value is stored in memory  
Public PropertyMemoryValueAllows setting or getting of the memory value  
Protected Properties
 NameDescription
Protected PropertyButtonArrayListArray of internal button objects used for processing  
Protected PropertyCurrentOperatorCurrent operator being utilized  
Protected PropertyCurrentValueReturns current value as string.  
Protected PropertyHasCurrentValuedetermines if queue contains a value that can be operated on. operators can NEVER be added to the queue unless a value is present.  
Protected PropertyHasPreviousValueUsed to determine if previous value has been entered  
Protected PropertyListHasOperatorDetermines if an operator is in the list  
Protected PropertyPreviousValueReturns previous value as string.  
See Also