Numbers Class
Namespace: Stimulsoft.Data.Expressions.NCalc
Methods
| Method | Returns | Description |
|---|---|---|
add static |
void | |
divide static |
any | |
max static |
any | |
min static |
any | |
modulo static |
any | |
multiply static |
any | |
soustract static |
any |
Method Details
add static
add(a: any, b: any): void
Parameters
- a (any)
- b (any)
divide static
divide(a: any, b: any): any
Parameters
- a (any)
- b (any)
Returns any
max static
max(a: any, b: any): any
Parameters
- a (any)
- b (any)
Returns any
min static
min(a: any, b: any): any
Parameters
- a (any)
- b (any)
Returns any
modulo static
modulo(a: any, b: any): any
Parameters
- a (any)
- b (any)
Returns any
multiply static
multiply(a: any, b: any): any
Parameters
- a (any)
- b (any)
Returns any
soustract static
soustract(a: any, b: any): any
Parameters
- a (any)
- b (any)
Returns any
Fields
| Field | Type | Description |
|---|---|---|
| a | any | |
| a | any | |
| a | any | |
| a | any | |
| a | any | |
| a | any | |
| a | any | |
| b | any | |
| b | any | |
| b | any | |
| b | any | |
| b | any | |
| b | any | |
| b | any |