Posts by pitermarx • 141 points
3 posts
-
1
votes3
answers172
viewsA: Operator '+' can’t be Applied to operands of types 'decimal' and 'double' - Ncalc
There is a problem with lib Ncalc that is already fixed in the source code. http://ncalc.codeplex.com/SourceControl/changeset/5a719518101d this revision is not available as a binary.…
-
0
votes3
answers172
viewsQ: Operator '+' can’t be Applied to operands of types 'decimal' and 'double' - Ncalc
I’m using the Ncalc lib A simple formula such as "Abs(-1) + Cos(2)" gives the following exception: Operator '+' can’t be Applied to operands of types 'decimal' and 'double' Why? How to solve? The…
-
2
votes1
answer116
viewsQ: Throttling to a Method
I was experimenting with the concept of throttling and some doubts have arisen Part 1: How to translate this concept into a single word? Part 2: Is there a library that has a simple implementation…