C# 클래스 Grasp.CompositeCalculator

A series of calculators which applies to GraspRuntimes
상속: ICalculator
파일 보기 프로젝트 열기: bwatts/Grasp

공개 메소드들

메소드 설명
ApplyCalculation ( GraspRuntime runtime ) : void

Applies the series of calculators to the specified runtime

CompositeCalculator ( ) : System

Initializes a composite calculator with the specified calculators

CompositeCalculator ( IEnumerable calculators ) : System

Initializes a composite calculator with the specified calculators

메소드 상세

ApplyCalculation() 공개 메소드

Applies the series of calculators to the specified runtime
public ApplyCalculation ( GraspRuntime runtime ) : void
runtime GraspRuntime A runtime to which the series of calculators is applied
리턴 void

CompositeCalculator() 공개 메소드

Initializes a composite calculator with the specified calculators
public CompositeCalculator ( ) : System
리턴 System

CompositeCalculator() 공개 메소드

Initializes a composite calculator with the specified calculators
public CompositeCalculator ( IEnumerable calculators ) : System
calculators IEnumerable The series of calculators to be applied to runtimes
리턴 System