OperatorInfo Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public OperatorInfo(
string title,
string symbol,
string descrption,
OperatorType type
)
Public Sub New (
title As String,
symbol As String,
descrption As String,
type As OperatorType
)
public:
OperatorInfo(
String^ title,
String^ symbol,
String^ descrption,
OperatorType type
)
new :
title : string *
symbol : string *
descrption : string *
type : OperatorType -> OperatorInfo
Parameters
- title String
-
- symbol String
-
- descrption String
-
- type OperatorType
-