SkeldJS
    Preparing search index...

    Variable IntegerByteSizesConst

    IntegerByteSizes: {
        float: 4;
        int16: 2;
        int32: 4;
        int64: 8;
        int8: 1;
        uint16: 2;
        uint32: 4;
        uint64: 8;
        uint8: 1;
    } = ...

    Type Declaration

    • Readonlyfloat: 4
    • Readonlyint16: 2
    • Readonlyint32: 4
    • Readonlyint64: 8
    • Readonlyint8: 1
    • Readonlyuint16: 2
    • Readonlyuint32: 4
    • Readonlyuint64: 8
    • Readonlyuint8: 1