Helper class for Half conversions and some low level operations. This class is internally used in the Half class.
HalfHelper
00 Remarks
References:
- Fast Half Float Conversions, Jeroen van der Zijp, link: http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf
01 Syntax
Microsoft.VisualBasic.Math.Numerics.HalfHelper
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ConvertMantissa | 1 | Transforms the subnormal representation to a normalized one. |
03 Members
ConvertMantissa(
Int32)Transforms the subnormal representation to a normalized one.
Parameters
| Name | Type | Description |
|---|---|---|
i | Int32 | - |