QuickVectors.Elements.FSharp 0.3.0

dotnet add package QuickVectors.Elements.FSharp --version 0.3.0
                    
NuGet\Install-Package QuickVectors.Elements.FSharp -Version 0.3.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="QuickVectors.Elements.FSharp" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QuickVectors.Elements.FSharp" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="QuickVectors.Elements.FSharp" />
                    
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 QuickVectors.Elements.FSharp --version 0.3.0
                    
#r "nuget: QuickVectors.Elements.FSharp, 0.3.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 QuickVectors.Elements.FSharp@0.3.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=QuickVectors.Elements.FSharp&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=QuickVectors.Elements.FSharp&version=0.3.0
                    
Install as a Cake Tool

QuickVectors.Elements.FSharp

Contents

You can visit the QuickVectors.FSharp GitHub repository to report issues, ask questions, or make suggestions. You can also read about the changes across different versions in the release notes there.

Overview

This QuickVectors.Elements.FSharp package contains the QuickVectors.Elements.FSharp namespace which provides some types and their related functions.

The contents of this package are not properly documented as you are not expected to use those contents directly, rather you should use them only via other QuickVectors.FSharp packages.

IMPORTANT: It is recommended that you install the QuickVectors.Export.FSharp package instead which will install this package, and others, and allow you to generate designs and export them.

The contents of this package are subject to change without warning or explanation.

No Intellisense documentation is available for the types and modules in this package as you are not expected to use them directly.

Please see the documentation for the QuickVectors.FSharp project at the QuickVectors.FSharp GitHub repository for more information.

Dependencies

This package is dependent upon:

  • FSharp.Core (which you will be using anyway);
  • QuickData.Core.FSharp (for types such as Normal);
  • QuickData.Numbers.FSharp (for generating sequences of numbers);
  • QuickVectors.Core.FSharp (for various shared types and functionalities).

Notes:

  1. The QuickData.FSharp packages mentioned above will normally be automatically installed when you install this package so you normally don't need to manually install them yourself.

  2. The QuickVectors.FSharp packages mentioned above will normally be automatically installed when you install this package so you normally don't need to manually install them yourself.

Usage

The types and functions in this package have been designed to be used only with F#.

However, they may also be usable with C# but this has not been tested, so use them with C# at your own risk.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on QuickVectors.Elements.FSharp:

Package Downloads
QuickVectors.Patterns.FSharp

This package for F# developers contains functionality which can be used to create vector patterns. See the README for more information.

QuickVectors.Export.FSharp

This package for F# developers contains functionality to export designs generated via the QuickVectors.Patterns.FSharp package. See the README for more information.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 134 8/20/2026

See the Project URL repo for the release notes.