Important
Before calling this method make sure that both delimiters (Decimal Symbol and Argument Separator)
are correctly specified in the global parameters.
public abstract class Conversion<T>
where T : IPrimitive
Public MustInherit Class Conversion(Of T As IPrimitive)
generic<typename T>
where T : IPrimitive
public ref class Conversion abstract
[<AbstractClassAttribute>]
type Conversion<'T when 'T : IPrimitive> = class end
Conversion<T> | Initializes a new instance of the Conversion<T> class |
CreateBracket | Creates Bracket. |
CreateFunction(String) | Creates a Function. |
CreateFunction(T, Int32) | Preparing of the next stack element. |
CreateOperand | Creates Operand. |
CreateOperator | Creates Operator. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
PushFromStack | Moving an expression component from the stack to result. |
ToPostfix | Converts a mathematical expression represented as a string to an array of expression components in reverse Polish notation (RPN). |
ToString | Returns a string that represents the current object. (Inherited from Object) |
result | Result stack. |