Skip to content
| Marketplace
Sign in
Visual Studio>Controls>Hyper Precision Numeric Data Type
Hyper Precision Numeric Data Type

Hyper Precision Numeric Data Type

Silverfox Systems

|
136 installs
| (0) | Free
Hyper Precision Numeric Data Type to use with your x64 .NET Framework 4.8 projects
Download

A FW4.8 extension installer for one of the fastest and most flexible implementations of an arbitrary precision type

Highest possible precision calculations done in the most elegant way, Reach uncompromising precision and extremely high integer values with this data type.

Basic arithmetic operations only supported Division by Int64 only - Use this code for dividing Hyper values(GitHub)

Helper functions include StripLeadingZeros() to optimize memory usage and Round(Precision as Integer) to round the number by multiple of 64 bits. Most of the methods provide descriptions.

Use it as easy as i.e MsgBox(New Hyper("-123.4567800001e1230") * New Hyper("123456.45678912345e-200") or Hyper1.Multiply(New Hyper("123.45678")) to perform multiplication directly upon the original variable.

References with examples Please also visit https://github.com/SilverfoxSystems/Hyper for examples and more info.

However, when downloading and installing, you will probably have to deal with a nasty warning pop-up window or two, due to the library not being digitally signed with a paid certificate.

For x64 projects only. - this means that you have to set the configuration to x64 for every project that uses this library

TUTORIAL

  • After opening a new VB/C# project, add a reference to Hyper found in Assemblies > Extensions

  • set the configuration to x64 (in the box where it says "Any CPU" -> Configuration Manager)

  • Add the following statement at the beginning (VB):

Imports HyperLib

  • Then, somewhere in your code, use
Dim h1 as New Hyper("1234.5678")    'the string can be of any length
Debug.Write(h1 * 543)

Version changelog

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft