CreateCalculator

CreateCalculator(Type)

public Calculator CreateCalculator(Type calculatorType) ;

Description

Create a Calculator. Use it in the editor.

Parameters

Parameter Name Description
calculatorType Calculator type

Returns

The created calculator.