File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
csharp/ToolGood.Algorithm2 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1405,7 +1405,7 @@ public virtual Operand VisitCONCATENATE_fun(mathParser.CONCATENATE_funContext co
14051405 public virtual Operand VisitEXACT_fun ( mathParser . EXACT_funContext context )
14061406 {
14071407 var args = new List < Operand > ( ) ; var index = 1 ;
1408- foreach ( var item in context . expr ( ) ) { var aa = item . Accept ( this ) . ToNumber ( $ "Function EXACT parameter { index ++ } is error!") ; if ( aa . IsError ) { return aa ; } args . Add ( aa ) ; }
1408+ foreach ( var item in context . expr ( ) ) { var aa = item . Accept ( this ) . ToText ( $ "Function EXACT parameter { index ++ } is error!") ; if ( aa . IsError ) { return aa ; } args . Add ( aa ) ; }
14091409
14101410 var firstValue = args [ 0 ] ;
14111411 var secondValue = args [ 1 ] ;
Original file line number Diff line number Diff line change 2020 <Product >ToolGood.Algorithm</Product >
2121 <PackageLicenseFile >LICENSE</PackageLicenseFile >
2222 <SignAssembly >true</SignAssembly >
23- <Version >3.4.1.3 </Version >
23+ <Version >3.4.1.4 </Version >
2424 <AssemblyOriginatorKeyFile >ToolGood.Algorithm.snk</AssemblyOriginatorKeyFile >
2525 <DelaySign >false</DelaySign >
2626 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\ToolGood.Algorithm.xml</DocumentationFile >
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.toolgood</groupId >
88 <artifactId >toolgood-algorithm</artifactId >
9- <version >3.4.1.3 </version >
9+ <version >3.4.1.4 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >toolgood.algorithm</name >
You can’t perform that action at this time.
0 commit comments