admin管理员组文章数量:1415467
For example , for ( r in 1 : 6 ) { print r } returns "1,2,3,4,5 " ,excluding the right boundary .
However , between 1 : 6 returns true , meaning that " 6 " is inclued in the pair . Are the two contradictory ?
For example , for ( r in 1 : 6 ) { print r } returns "1,2,3,4,5 " ,excluding the right boundary .
However , between 1 : 6 returns true , meaning that " 6 " is inclued in the pair . Are the two contradictory ?
Share Improve this question asked Feb 21 at 3:11 da Linda Lin 11 Answer
Reset to default 0Dlang is a multi-paradigm programming language. Besides functional programming and imperative programming, it supports SQL programming. In SQL, the right end of the between
operator is inclusive. In order to follow the convention of SQL, the pair of Dlang in between
is right closed.
本文标签: betweenDolphinDBWhy does the semantics of pair different in different usage scenariosStack Overflow
版权声明:本文标题:between - DolphinDB:Why does the semantics of pair different in different usage scenarios? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745169050a2645858.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论