C# 클래스 Catrobat.IDE.Core.Models.Formulas.Tree.FormulaNodeVariable

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows 1 사용 예제들

공개 메소드들

메소드 설명
EvaluateNumber ( ) : double
IsNumber ( ) : bool
Serialize ( ) : string

보호된 메소드들

메소드 설명
TestEquals ( ConstantFormulaTree other ) : bool
TestEquals ( FormulaNodeVariable other ) : bool

비공개 메소드들

메소드 설명
CloneInstance ( CloneSpriteContext context ) : object

메소드 상세

EvaluateNumber() 공개 메소드

public EvaluateNumber ( ) : double
리턴 double

IsNumber() 공개 메소드

public IsNumber ( ) : bool
리턴 bool

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

TestEquals() 보호된 메소드

protected TestEquals ( ConstantFormulaTree other ) : bool
other ConstantFormulaTree
리턴 bool

TestEquals() 보호된 메소드

protected TestEquals ( FormulaNodeVariable other ) : bool
other FormulaNodeVariable
리턴 bool