3 references to Decimal
mscorlib (3)
system\decimal.cs (3)
349
return new
Decimal
(d.lo, d.mid, d.hi, d.flags & ~SignMask);
600
return new
Decimal
(lo,mid,hi,flags);
760
return new
Decimal
(d.lo, d.mid, d.hi, d.flags ^ SignMask);