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