Skip to content

Add decimal conversion for DECIMAL #719

@JeremyKuhne

Description

@JeremyKuhne

Something like this at least and/or conversion operators would be very useful.

public decimal ToDecimal()
{
    return new decimal(
        (int)Anonymous2.Anonymous.Lo32,
        (int)Anonymous2.Anonymous.Mid32,
        (int)Hi32,
        Anonymous1.Anonymous.sign == 0x80,
        Anonymous1.Anonymous.scale);
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions