Definition(String, Term, Term) Constructor
Note: This API is now obsolete.
Initializes a new instance of the
Definition class
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
[ObsoleteAttribute("Use Entry instead of Term[]", false)]
public Definition(
string name,
Term[] answer,
Term[] variables
)
<ObsoleteAttribute("Use Entry instead of Term[]", false)>
Public Sub New (
name As String,
answer As Term(),
variables As Term()
)
public:
[ObsoleteAttribute(L"Use Entry instead of Term[]", false)]
Definition(
String^ name,
array<Term^>^ answer,
array<Term^>^ variables
)
[<ObsoleteAttribute("Use Entry instead of Term[]", false)>]
new :
name : string *
answer : Term[] *
variables : Term[] -> Definition
Parameters
- name String
-
- answer Term
-
- variables Term
-