CellEvaluationFunction
是 Cell 的一个选项,它给出一个函数,该函数应用于送往内核进行普通计算的单元的每个表达式.
更多信息
- CellEvaluationFunction 可以用于所有普通内核计算,例如可由
或 在当前位置上计算 启动. - 它不能用于与 Dynamic 对象相关联的计算.
- 在 StandardForm 或 TraditionalForm 单元中,CellEvaluationFunction 应用于表示有待计算的输入的BoxData 表达式.
- 在 InputForm 单元中,它应用于与要计算的输入相对应的字符串.
- 通过 CellEvaluationFunction->f 和 $PreRead=g,被内核处理的对象将是 g[f[data]].
- 缺省设置是 CellEvaluationFunction->Identity.
范例
基本范例 (1)
显示计算时使用 CellEvaluationFunction 的 StandardForm 的输入单元:
相关指南
-
▪
- 笔记本的计算选项
文本
Wolfram Research (2007),CellEvaluationFunction,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CellEvaluationFunction.html.
CMS
Wolfram 语言. 2007. "CellEvaluationFunction." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/CellEvaluationFunction.html.
APA
Wolfram 语言. (2007). CellEvaluationFunction. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CellEvaluationFunction.html 年
BibTeX
@misc{reference.wolfram_2025_cellevaluationfunction, author="Wolfram Research", title="{CellEvaluationFunction}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/CellEvaluationFunction.html}", note=[Accessed: 30-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_cellevaluationfunction, organization={Wolfram Research}, title={CellEvaluationFunction}, year={2007}, url={https://reference.wolfram.com/language/ref/CellEvaluationFunction.html}, note=[Accessed: 30-April-2026]}