C# 클래스 MoreInternals.Model.Value

상속: IPosition
파일 보기 프로젝트 열기: kevin-montrose/More 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( Scope scope ) : Value
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsImportant ( ) : bool
Parse ( string rawValue, int start = -1, int stop = -1, string filePath = null, bool allowSelectorIncludes = false ) : Value
Precedence ( Operator o ) : int
operator ( ) : Value
operator ( ) : bool

비공개 메소드들

메소드 설명
DeRPN ( IEnumerable tokenized ) : MathValue
Evaluate ( ) : Value
ReferredToVariables ( ) : List
ToString ( ) : string
TryConvertBetweenUnits ( decimal from, Unit fromUnit, Unit toUnit, decimal &converted ) : bool
Unroll ( MathValue value, List tokens ) : void
UnrollMath ( Value value ) : Value
UnrollMathImpl ( MathValue value ) : MathValue
Write ( TextWriter output ) : void

메소드 상세

Bind() 공개 메소드

public Bind ( Scope scope ) : Value
scope Scope
리턴 Value

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsImportant() 공개 메소드

public IsImportant ( ) : bool
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( string rawValue, int start = -1, int stop = -1, string filePath = null, bool allowSelectorIncludes = false ) : Value
rawValue string
start int
stop int
filePath string
allowSelectorIncludes bool
리턴 Value

Precedence() 공개 정적인 메소드

public static Precedence ( Operator o ) : int
o Operator
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : Value
리턴 Value

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool