TLio.Extensions.Math
0.1.0-preview.21
This is a prerelease version of TLio.Extensions.Math.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TLio.Extensions.Math --version 0.1.0-preview.21
NuGet\Install-Package TLio.Extensions.Math -Version 0.1.0-preview.21
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="TLio.Extensions.Math" Version="0.1.0-preview.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TLio.Extensions.Math" Version="0.1.0-preview.21" />
<PackageReference Include="TLio.Extensions.Math" />
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 TLio.Extensions.Math --version 0.1.0-preview.21
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TLio.Extensions.Math, 0.1.0-preview.21"
#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 TLio.Extensions.Math@0.1.0-preview.21
#: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=TLio.Extensions.Math&version=0.1.0-preview.21&prerelease
#tool nuget:?package=TLio.Extensions.Math&version=0.1.0-preview.21&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TLio.Extensions.Math
Math and aggregation functions for TLio. Format-agnostic —
works against JSON, XML, and YAML through IExecutionContext<TNode>.
dotnet add package TLio.Extensions.Math
Register the pack
using TLio.Extensions.Math;
var options = ParseOptions<JToken>.CreateDefault();
options.FunctionsProvider.RegisterMath<JToken>();
Functions
Aggregation — sum · avg · count · min · max · median
Arithmetic — abs · ceiling · floor · round · sqrt · pow · subtract · modulo ·
calculate
Conditional aggregation — sumif · sumifs · countif · countifs · averageif ·
averageifs · minifs · maxifs
Example
[
{ "command": "add", "path": "$.orderTotal",
"value": "=sum(=fetch($.lines[*].amount))" },
{ "command": "add", "path": "$.largeOrders",
"value": "=countif($.orders[*].total, '>100')" }
]
License
MIT — see the repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- TLio.Core (>= 0.1.0-preview.21)
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 |
|---|---|---|
| 0.10.0-preview.1 | 55 | 8/24/2026 |
| 0.9.0 | 96 | 8/23/2026 |
| 0.9.0-preview.14 | 72 | 8/22/2026 |
| 0.9.0-preview.13 | 54 | 8/22/2026 |
| 0.9.0-preview.12 | 54 | 8/22/2026 |
| 0.9.0-preview.11 | 50 | 8/22/2026 |
| 0.9.0-preview.10 | 55 | 8/22/2026 |
| 0.9.0-preview.9 | 53 | 8/21/2026 |
| 0.9.0-preview.8 | 58 | 8/21/2026 |
| 0.9.0-preview.7 | 51 | 8/21/2026 |
| 0.9.0-preview.6 | 45 | 8/21/2026 |
| 0.9.0-preview.5 | 48 | 8/21/2026 |
| 0.9.0-preview.4 | 60 | 8/21/2026 |
| 0.8.0 | 105 | 8/20/2026 |
| 0.1.0-preview.22 | 59 | 8/20/2026 |
| 0.1.0-preview.21 | 57 | 8/20/2026 |
| 0.1.0-preview.19 | 52 | 8/20/2026 |
| 0.1.0-preview.18 | 55 | 8/20/2026 |
| 0.1.0-preview.17 | 59 | 8/20/2026 |
| 0.1.0-preview.16 | 57 | 8/19/2026 |
Loading failed