StoreAddDefinition(String, Term, Term) Method
Note: This API is now obsolete.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
[ObsoleteAttribute("Use Entry instead of Term[]", false)]
public int AddDefinition(
string name,
Term[] answer,
Term[] variables
)
<ObsoleteAttribute("Use Entry instead of Term[]", false)>
Public Function AddDefinition (
name As String,
answer As Term(),
variables As Term()
) As Integer
public:
[ObsoleteAttribute(L"Use Entry instead of Term[]", false)]
int AddDefinition(
String^ name,
array<Term^>^ answer,
array<Term^>^ variables
)
[<ObsoleteAttribute("Use Entry instead of Term[]", false)>]
member AddDefinition :
name : string *
answer : Term[] *
variables : Term[] -> int
- name String
-
- answer Term
-
- variables Term
-
Int32