Summary
Provides all installed algorithms data
Signature
1 |
|
Namespace
cAlgo.API
Methods
GetCount
Summary
Returns the number of a specific kind of installed algorithms.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
algoKind | AlgoKind | Algorithm kind |
Return Value
int
Exists (2)
Exists (1 of 2)
Summary
Checks the existence of an algorithm by name.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
name | string | Algorithm name |
Return Value
bool
Exists (2 of 2)
Summary
Checks the existence of an algorithm by name and kind.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
name | string | Algorithm name |
algoKind | AlgoKind | Algorithm kind |
Return Value
bool
Get (2)
Get (1 of 2)
Summary
Returns an algorithm type by its name.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
name | string | Algorithm name |
Return Value
AlgoType
Get (2 of 2)
Summary
Returns an algorithm type by its name and kind.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
name | string | Algorithm name |
algoKind | AlgoKind | Algorithm kind |
Return Value
AlgoType
Properties
Count
Summary
Gets the number of installed algorithms.
Signature
1 |
|
Return Value
int
Events
AlgoTypeInstalled
Summary
Occurs when a new algorithm is installed.
Signature
1 |
|
AlgoTypeDeleted
Summary
Occurs when an algorithm is deleted.
Signature
1 |
|
AlgoTypeChanged
Summary
Occurs when an algorithm is changed.
Signature
1 |
|
Related Tutorials
- Algo Registry