Definition(String, Term, Entry, String, Boolean) Constructor

Definition of the function/variable.

Definition

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

Parameters

name  String
Name of the function/variable.
variables  Term
If function, then a list of variables should be defined.
result  Entry
Value of the function/variable.
description  String
Description of the function/variable.
isSpecial  Boolean
Indicates whether value of the global variable/function defined in run-time (used in very special cases).

See Also