Angle 1.0.2.1
See the version list below for details.
dotnet add package Angle --version 1.0.2.1
NuGet\Install-Package Angle -Version 1.0.2.1
<PackageReference Include="Angle" Version="1.0.2.1" />
paket add Angle --version 1.0.2.1
#r "nuget: Angle, 1.0.2.1"
// Install Angle as a Cake Addin #addin nuget:?package=Angle&version=1.0.2.1 // Install Angle as a Cake Tool #tool nuget:?package=Angle&version=1.0.2.1
Defines a type for a geometric angle that allows various ways of setting and converting the values from and to different modes. Angle inherently is a double and can be used in place of a double when specifically referring to a geometric angle with the value being the degrees of the angle.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Store | netcore451 is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Angle:
Package | Downloads |
---|---|
SolarCalculator
Calculates the sunrise and sunset for a given date and location (using Geographic Coordinates). This library uses the method outlined NOAA Solar Calculations Day spreadsheet found at http://www.esrl.noaa.gov/gmd/grad/solcalc/calcdetails.html. Calculations are based on the book "Astronomical Algorithms" by Jean Meeus. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Angle:
Repository | Stars |
---|---|
genielabs/HomeGenie
HomeGenie, the programmable automation intelligence
|
v 1.02 Added multiple .NET versions. Completed units test and corrected minor issues.
v1.0.1
Changed namespace to Innovative.Geometry