MioKit.Expression 1.0.0

dotnet add package MioKit.Expression --version 1.0.0
                    
NuGet\Install-Package MioKit.Expression -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MioKit.Expression" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MioKit.Expression" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MioKit.Expression" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MioKit.Expression --version 1.0.0
                    
#r "nuget: MioKit.Expression, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MioKit.Expression@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MioKit.Expression&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MioKit.Expression&version=1.0.0
                    
Install as a Cake Tool

{"schema":"miokit.plugin-package","schemaVersion":1,"plugin":{"metadataVersion":"1.0","id":"miokit.expression","name":"表达式计算","description":"# 表达式计算\n\n在 MioKit 搜索框中直接输入数学表达式即可实时求值,回车一键复制结果。支持四则运算、幂、取模、百分比、比较与逻辑运算,以及 NCalc 内置函数。\n\n## 功能亮点\n\n- 搜索框即输即算:输入 `1+2*3` 立即预览结果,回车复制到剪贴板\n- 支持 `calc`、`expression` 命令作用域,剪贴板内容可直接作为函数参数\n- 自定义 JavaScript 函数:在 `window.expression` 上挂载函数,表达式中直接调用\n- 内置常用函数:求和、均值、阶乘、斐波那契、素数判断、进制转换、随机数等\n- 内置脚本工作台:Monaco 编辑器、编译检查、函数清单与运行日志\n- 可配置小数精度(0–28)与千分位显示\n\n## 使用示例\n\n| 输入 | 结果 |\n|---|---|\n| `1 + 2 * 3` | `7` |\n| `10% + 0.2` | `0.3` |\n| `sqrt(144)` | `12` |\n| `add(1, 2, 3)` | `6` |","category":"Tools","author":"tinyisle","website":"https://www.tinyisle.cn/plugins/expression","icon":"Assets/icon.png","assembly":"MioKit.Expression.dll","minSdkVersion":"1.0.0","minHostVersion":"1.0.0","dependencies":[],"nugetDependents":[{"id":"NCalcAsync","version":"7.0.0"}]}}

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 61 8/8/2026