NumericalSort

NumericalSort[list]

list 的元素按数字顺序排序.

更多信息

范例

打开所有单元关闭所有单元

基本范例  (2)

按数字顺序排序:

这可能与经典表达式的顺序不同:

结果中,可以相比较的元素常被放在一起:

范围  (7)

- 比任意实值表达式都小, 比任意实值表达式都大:

对任意表达式的参数进行排序:

按数值对关联进行排序:

按数值对标头相同的表达式进行排序:

Shorter expressions are sorted first:

对于复值表达式,先按其实部进行排序,然后按虚部的绝对值进行排序:

对单位兼容的量进行排序:

如果发现有不兼容的单位,把兼容的单位放在一起:

对日期对象进行排序:

属性和关系  (2)

NumericalSortNumericalOrder 作为排序函数:

当用 Less 作为排序函数时也可以对数值表达式进行排序,但对于其他表达式则不一定:

The result of TakeSmallest is sorted following NumericalSort:

It can be different from the result of Sort:

可能存在的问题  (1)

NumericalSort 排序不能保证同一数字的不同表示的特定顺序:

经典排序则总是以一种确定的方式重新排列:

Wolfram Research (2017),NumericalSort,Wolfram 语言函数,https://reference.wolfram.com/language/ref/NumericalSort.html.

文本

Wolfram Research (2017),NumericalSort,Wolfram 语言函数,https://reference.wolfram.com/language/ref/NumericalSort.html.

CMS

Wolfram 语言. 2017. "NumericalSort." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/NumericalSort.html.

APA

Wolfram 语言. (2017). NumericalSort. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/NumericalSort.html 年

BibTeX

@misc{reference.wolfram_2024_numericalsort, author="Wolfram Research", title="{NumericalSort}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/NumericalSort.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_numericalsort, organization={Wolfram Research}, title={NumericalSort}, year={2017}, url={https://reference.wolfram.com/language/ref/NumericalSort.html}, note=[Accessed: 22-November-2024 ]}