Numbers Class
Namespace: Stimulsoft.Data.Expressions.NCalc
Methods
| Method | Returns | Description |
|---|---|---|
Add static |
object | |
Divide static |
object | |
Max static |
object | |
Min static |
object | |
Modulo static |
object | |
Multiply static |
object | |
Soustract static |
object |
Method Details
Add static
Add(a: object, b: object): object
Parameters
- a (object)
- b (object)
Returns object
Divide static
Divide(a: object, b: object): object
Parameters
- a (object)
- b (object)
Returns object
Max static
Max(a: object, b: object): object
Parameters
- a (object)
- b (object)
Returns object
Min static
Min(a: object, b: object): object
Parameters
- a (object)
- b (object)
Returns object
Modulo static
Modulo(a: object, b: object): object
Parameters
- a (object)
- b (object)
Returns object
Multiply static
Multiply(a: object, b: object): object
Parameters
- a (object)
- b (object)
Returns object
Soustract static
Soustract(a: object, b: object): object
Parameters
- a (object)
- b (object)
Returns object