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

Initializes a new instance of the TermInfo class

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,
	bool supportedUnderVectorization,
	Term[] defArgs,
	params ArgumentInfo[] args
)

Parameters

name  String
 
type  TermType
 
description  String
 
section  FunctionSections
 
visible  Boolean
 
supportedUnderVectorization  Boolean
 
defArgs  Term
 
args  ArgumentInfo
 

See Also