Property | Type | Description | |
---|---|---|---|
m_szOperator | string |
Method | Description | |
---|---|---|
Eval ( IOperand lhs, IOperand rhs ) : IOperand | ||
Operator ( char cOperator ) : System | ||
Operator ( string szOperator ) : System | ||
ToString ( ) : string |
public abstract Eval ( IOperand lhs, IOperand rhs ) : IOperand | ||
lhs | IOperand | |
rhs | IOperand | |
return | IOperand |
public Operator ( string szOperator ) : System | ||
szOperator | string | |
return | System |