Definition(String, Term, Entry) Constructor

Initializes a new instance of the Definition class

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public Definition(
	string name,
	Term[] variables,
	Entry answer
)

Parameters

name  String
 
variables  Term
 
answer  Entry
 

See Also