Adding functions to Standard Library
This commit is contained in:
parent
808d4ca420
commit
4a21ff3d46
39 changed files with 1465 additions and 51 deletions
|
|
@ -5,8 +5,8 @@ namespace CSMic.StandardLibrary.Functions
|
|||
{
|
||||
public class Sign : FunctionBase, ICodedFunction
|
||||
{
|
||||
public const decimal POSITIVE = 1;
|
||||
public const decimal NEGATIVE = -1;
|
||||
private const decimal POSITIVE = 1;
|
||||
private const decimal NEGATIVE = -1;
|
||||
|
||||
public string Name
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue