Nado Typescript SDK Documentation
    Preparing search index...

    Function bitMaskValue

    • Returns the value masked to the specified bit width.

      Parameters

      • value: number | bigint

        The value to be masked.

      • bitWidth: number

        The bit width for masking.

      Returns bigint

      • The masked value.