This documentation is compiled for the latest release of Mathos Core Library
Top
Overload List
Name | Description | |
---|---|---|
![]() | CustomFunction(FuncDecimal, Decimal) |
Returns the value obtained by a custom function. (In order to add more input parameters, use the static method UncertainNumber.CustomFunction.)
|
![]() ![]() | CustomFunction(FuncDecimal, Decimal, String) |
Returns the value obtained by a custom function with multiple input variables. Reads values from TSV.
|
![]() ![]() | CustomFunction(FuncDecimal, Decimal, UncertainNumber) |
Returns the value obtained by a custom function with multiple input variables.
|
![]() ![]() | CustomFunction(FuncDecimal, Decimal, String) |
Returns the value obtained by a custom function. Reads values from TSV.
|
See Also