Function registry fix.
This commit is contained in:
parent
e51068a27e
commit
afb7a65a66
9 changed files with 74 additions and 96 deletions
|
|
@ -9,6 +9,14 @@ namespace stdlib.functions
|
|||
{
|
||||
public class Min : FunctionBase, ICodedFunction
|
||||
{
|
||||
public string Name
|
||||
{
|
||||
get
|
||||
{
|
||||
return "min";
|
||||
}
|
||||
}
|
||||
|
||||
public override IEnumerable<FunctionArgument> ExpectedArguments
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue