Skip to content

Constructor? #6

@ufcpp

Description

@ufcpp
    public DoubleView(Bit52 faction, Bit11 exponent, Bit1 Sign)
    {
        Value = 0;
        Value |= (fraction & FractionMask) << FractionShift)
        Value |= (fraction & ExponentMask) << ExponentShift)
        Value |= (fraction & SignMask) << SignShift)
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions