public final class NFPUnsignedDoubleLong extends Object
Conversion of unsigned normalized fixed-point values to and from floating point values.
The OpenGL 3.3 specification defines the conversion from floating point
values x (implied to be in the range [0, 1]) to unsigned
normalized fixed-point values f, with b bits of precision,
as:
f = x * (pow(2, b) - 1)
The specification defines the conversion from unsigned normalized
fixed-point values f with b bits of precision to floating
point values x as:
x = f / (pow(2, b) - 1)
This implementation provides general conversion functions that operate on
arbitrary values of b, and specialized functions that operate for
specific values of b using precomputed terms.
| Modifier and Type | Method and Description |
|---|---|
static double |
fromUnsignedNormalized(long f,
int b)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized10(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized11(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized12(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized13(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized14(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized15(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized16(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized17(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized18(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized19(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized2(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized20(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized21(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized22(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized23(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized24(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized25(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized26(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized27(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized28(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized29(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized3(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized30(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized31(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized32(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized33(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized34(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized35(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized36(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized37(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized38(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized39(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized4(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized40(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized41(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized42(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized43(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized44(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized45(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized46(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized47(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized48(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized49(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized5(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized50(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized51(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized52(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized53(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized54(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized55(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized56(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized57(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized58(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized59(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized6(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized60(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized61(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized62(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized63(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized64(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized7(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized8(long f)
Convert
f to floating point format. |
static double |
fromUnsignedNormalized9(long f)
Convert
f to floating point format. |
static long |
toUnsignedNormalized(double x,
int b)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized10(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized11(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized12(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized13(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized14(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized15(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized16(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized17(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized18(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized19(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized2(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized20(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized21(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized22(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized23(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized24(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized25(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized26(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized27(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized28(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized29(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized3(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized30(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized31(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized32(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized33(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized34(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized35(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized36(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized37(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized38(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized39(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized4(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized40(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized41(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized42(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized43(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized44(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized45(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized46(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized47(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized48(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized49(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized5(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized50(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized51(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized52(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized53(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized54(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized55(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized56(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized57(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized58(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized59(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized6(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized60(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized61(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized62(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized63(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized64(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized7(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized8(double x)
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized9(double x)
Convert
x to fixed-point format. |
public static double fromUnsignedNormalized(long f,
int b)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range b - A value in the range public static long toUnsignedNormalized(double x,
int b)
x to fixed-point format.x - A value in the range [0, 1]b - A value in the range b bits of
precisionpublic static long toUnsignedNormalized2(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized3(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized4(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized5(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized6(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized7(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized8(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized9(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized10(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized11(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized12(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized13(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized14(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized15(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized16(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized17(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized18(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized19(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized20(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized21(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized22(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized23(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized24(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized25(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized26(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized27(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized28(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized29(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized30(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized31(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized32(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized33(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized34(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized35(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized36(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized37(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized38(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized39(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized40(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized41(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized42(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized43(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized44(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized45(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized46(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized47(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized48(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized49(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized50(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized51(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized52(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized53(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized54(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized55(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized56(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized57(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized58(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized59(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized60(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized61(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized62(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized63(double x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized64(double x)
x to fixed-point format.x - A value in the range [0, 1]public static double fromUnsignedNormalized2(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 2) - 1][0, 1]public static double fromUnsignedNormalized3(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 3) - 1][0, 1]public static double fromUnsignedNormalized4(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 4) - 1][0, 1]public static double fromUnsignedNormalized5(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 5) - 1][0, 1]public static double fromUnsignedNormalized6(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 6) - 1][0, 1]public static double fromUnsignedNormalized7(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 7) - 1][0, 1]public static double fromUnsignedNormalized8(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 8) - 1][0, 1]public static double fromUnsignedNormalized9(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 9) - 1][0, 1]public static double fromUnsignedNormalized10(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 10) - 1][0, 1]public static double fromUnsignedNormalized11(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 11) - 1][0, 1]public static double fromUnsignedNormalized12(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 12) - 1][0, 1]public static double fromUnsignedNormalized13(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 13) - 1][0, 1]public static double fromUnsignedNormalized14(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 14) - 1][0, 1]public static double fromUnsignedNormalized15(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 15) - 1][0, 1]public static double fromUnsignedNormalized16(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 16) - 1][0, 1]public static double fromUnsignedNormalized17(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 17) - 1][0, 1]public static double fromUnsignedNormalized18(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 18) - 1][0, 1]public static double fromUnsignedNormalized19(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 19) - 1][0, 1]public static double fromUnsignedNormalized20(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 20) - 1][0, 1]public static double fromUnsignedNormalized21(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 21) - 1][0, 1]public static double fromUnsignedNormalized22(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 22) - 1][0, 1]public static double fromUnsignedNormalized23(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 23) - 1][0, 1]public static double fromUnsignedNormalized24(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 24) - 1][0, 1]public static double fromUnsignedNormalized25(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 25) - 1][0, 1]public static double fromUnsignedNormalized26(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 26) - 1][0, 1]public static double fromUnsignedNormalized27(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 27) - 1][0, 1]public static double fromUnsignedNormalized28(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 28) - 1][0, 1]public static double fromUnsignedNormalized29(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 29) - 1][0, 1]public static double fromUnsignedNormalized30(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 30) - 1][0, 1]public static double fromUnsignedNormalized31(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 31) - 1][0, 1]public static double fromUnsignedNormalized32(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 32) - 1][0, 1]public static double fromUnsignedNormalized33(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 33) - 1][0, 1]public static double fromUnsignedNormalized34(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 34) - 1][0, 1]public static double fromUnsignedNormalized35(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 35) - 1][0, 1]public static double fromUnsignedNormalized36(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 36) - 1][0, 1]public static double fromUnsignedNormalized37(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 37) - 1][0, 1]public static double fromUnsignedNormalized38(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 38) - 1][0, 1]public static double fromUnsignedNormalized39(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 39) - 1][0, 1]public static double fromUnsignedNormalized40(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 40) - 1][0, 1]public static double fromUnsignedNormalized41(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 41) - 1][0, 1]public static double fromUnsignedNormalized42(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 42) - 1][0, 1]public static double fromUnsignedNormalized43(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 43) - 1][0, 1]public static double fromUnsignedNormalized44(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 44) - 1][0, 1]public static double fromUnsignedNormalized45(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 45) - 1][0, 1]public static double fromUnsignedNormalized46(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 46) - 1][0, 1]public static double fromUnsignedNormalized47(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 47) - 1][0, 1]public static double fromUnsignedNormalized48(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 48) - 1][0, 1]public static double fromUnsignedNormalized49(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 49) - 1][0, 1]public static double fromUnsignedNormalized50(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 50) - 1][0, 1]public static double fromUnsignedNormalized51(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 51) - 1][0, 1]public static double fromUnsignedNormalized52(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 52) - 1][0, 1]public static double fromUnsignedNormalized53(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 53) - 1][0, 1]public static double fromUnsignedNormalized54(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 54) - 1][0, 1]public static double fromUnsignedNormalized55(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 55) - 1][0, 1]public static double fromUnsignedNormalized56(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 56) - 1][0, 1]public static double fromUnsignedNormalized57(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 57) - 1][0, 1]public static double fromUnsignedNormalized58(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 58) - 1][0, 1]public static double fromUnsignedNormalized59(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 59) - 1][0, 1]public static double fromUnsignedNormalized60(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 60) - 1][0, 1]public static double fromUnsignedNormalized61(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 61) - 1][0, 1]public static double fromUnsignedNormalized62(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 62) - 1][0, 1]public static double fromUnsignedNormalized63(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 63) - 1][0, 1]public static double fromUnsignedNormalized64(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 64) - 1][0, 1]Copyright © 2015 <code@io7m.com> http://io7m.com