File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
CodingSeb.ExpressionEvaluator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,8 +528,8 @@ private StringComparer StringComparerForCasing
528
528
}
529
529
530
530
/// <summary>
531
- /// If <c>true</c> all numbers evaluations will be done as double without suffixes
532
- /// If <c>false</c> Integers values without suffixes will be evaluate as real int as in C# (Warning some operation can round values)
531
+ /// If <c>true</c> all numbers without decimal and suffixes evaluations will be done as double
532
+ /// If <c>false</c> Integers values without decimal and suffixes will be evaluate as int as in C# (Warning some operation can round values)
533
533
/// By default = false
534
534
/// </summary>
535
535
public bool OptionForceIntegerNumbersEvaluationsAsDoubleByDefault { get ; set ; } = false ;
You can’t perform that action at this time.
0 commit comments