Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 4.03 Documentation
Results will update as you type.
  • Modules
  • Namespaces
    • namespace Enlighten
    • namespace Geo
      • class Geo AbstractRayChunk
      • class Geo AnsiAllocator
      • class Geo BasicAllocator
      • class Geo ConvexHull
      • class Geo ConvexHullBuilder
      • class Geo CovarianceMatrix
      • class Geo CovarianceMatrixBuilder
      • class Geo EmbreeRtMeshVisitor
      • class Geo Float8
      • class Geo Geo2DTransform
      • class Geo GeoAlignedFreeDestructor
      • class Geo GeoAllocationPage
      • class Geo GeoAllocator
      • class Geo GeoAllocatorUnchecked
      • class Geo GeoArray
      • class Geo GeoArray_Stl
      • class Geo GeoAutoArrayPtr
      • class Geo GeoAutoDeleteArray
      • class Geo GeoAutoDeleteList
      • class Geo GeoAutoDeleteMap
      • class Geo GeoAutoPtr
      • class Geo GeoAutoReleaseArray
      • class Geo GeoAutoReleaseMap
      • class Geo GeoAutoReleasePtr
      • class Geo GeoBitArray
      • class Geo GeoBitStore
      • class Geo GeoBlueNoise
      • class Geo GeoBlueNoiseDiskPalette
      • class Geo GeoBlueNoiseRayPalette
      • class Geo GeoBoundingBox
      • class Geo GeoBoundingSphere
      • class Geo GeoBufferedFileStream
      • class Geo GeoBufferedInputStream
      • class Geo GeoCriticalSection
      • class Geo GeoDebugAllocator
      • class Geo GeoDelegateDestructor
      • class Geo GeoDeleteArrayDestructor
      • class Geo GeoDeleteDestructor
      • class Geo GeoDepthCubeMap
      • class Geo GeoEmbreeContext
      • class Geo GeoEqualCString
      • class Geo GeoEvent
      • class Geo GeoFileManager
      • class Geo GeoFileStream
      • class Geo GeoFixedPoolAllocator
      • class Geo GeoFixedString
      • class Geo GeoFp16Texture
      • class Geo GeoFpControl
      • class Geo GeoFrameTime
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Geo Float8

    This is the documentation for Enlighten.

    class Geo Float8

    Sept 09, 2025

    template<int>
    class Geo::Float8

    8-bit floating point.

    Range between 1 and 63488, scaled by 2^bias. 4 bits mantissa, 4 bits exponent

    Variables

    Name Description
    const float ms_MaxValue = ConstructFloat8(0xf, 0xf + BIAS)

    The maximum value that can be represented.

    const float ms_MinValue = ConstructFloat8(0x0, 0x0 + BIAS)

    The minimum value that can be represented.

    Functions

    Name Description
    Float8()

    Constructor.

    Float8(Geo::u8)

    Constructor.

    Float8(float)

    Constructor.

    Get()

    Return the underlying representation.

    operator float()

    Convert to float.


    Geo::Float8< BIAS >::Float8


    public: Float8()


    Constructor.


    Geo::Float8< BIAS >::Float8


    public: Float8
    (
        Geo::u8 value
    )


    Constructor.


    Geo::Float8< BIAS >::Float8


    public: Float8
    (
        float value
    )


    Constructor.


    Geo::u8 Geo::Float8< BIAS >::Get


    public: Geo::u8 Get() const


    Return the underlying representation.


    Geo::Float8< BIAS >::operator float


    public: operator float() const


    Convert to float.

    , multiple selections available,
    {"serverDuration": 12, "requestCorrelationId": "4f4dde589a9e4210ac73aac20ec4cbbf"}