Binary Raw - Docs
    Preparing search index...

    Interface EntropySegment

    A segment of the entropy heat map.

    interface EntropySegment {
        length: ByteCount;
        offset: AbsoluteOffset;
        result: EntropyResult;
    }
    Index

    Properties

    Properties

    length: ByteCount