AlgoType
Summary
Base type for representing an algorithm.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 | |
1 2 3 4 5 6 7 8 9 10 | |
Properties
Name
Summary
Gets algorithm name.
Signature
1 | |
Return Value
string
AlgoKind
Summary
Gets algorithm kind.
Signature
1 | |
Return Value
AlgoKind
Related Tutorials
ProjectFilePath
Summary
Gets algorithm project file ".csproj" path if it has source code, otherwise null.
Signature
1 | |
Return Value
string