TermInfo(String, TermType, String, FunctionSections, Boolean, Term, ArgumentInfo) Constructor

Constructor of new Term information.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public TermInfo(
	string name,
	TermType type,
	string description,
	FunctionSections section,
	bool visible,
	Term[] defArgs,
	params ArgumentInfo[] args
)

Parameters

name  String
Term's default name.
type  TermType
Type of the Term.
description  String
Description of the Term.
section  FunctionSections
Term's section.
visible  Boolean
If Term is visible for user.
defArgs  Term
List of default arguments to be used for a function.
args  ArgumentInfo
Array of Term's arguments.

See Also