C# Class MoreInternals.Model.MathValue

Inheritance: Value
显示文件 Open project: kevin-montrose/More Class Usage Examples

Public Methods

Method Description
Bind ( Scope scope ) : Value

Private Methods

Method Description
Evaluate ( ) : Value
MathValue ( Value lhs, Operator op, Value rhs ) : System
ReferredToVariables ( ) : List
Write ( TextWriter output ) : void

Method Details

Bind() public method

public Bind ( Scope scope ) : Value
scope Scope
return Value