OperatorInfo Constructor

Initializes a new instance of the OperatorInfo class

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public OperatorInfo(
	string title,
	string symbol,
	string descrption,
	OperatorType type
)

Parameters

title  String
 
symbol  String
 
descrption  String
 
type  OperatorType
 

See Also